Newsletters




The Cost-Benefit Analysis of Database Backup Strategies


Data plays a vital role in any successful business. Protect­ing this data is mission-critical, and it falls to database administrators (DBAs) to organize, maintain, and secure it. The most effective way for DBAs to protect data is through database backups, a process designed to copy the data and schema from an existing database and save it else­where for future retrieval.

Like any process in IT, however, there are a few factors to consider when devising a database backup strategy to ensure it meets your business needs.

Set Clear Objectives

There are two objectives any organization or DBA should know when backing up data: recovery time objectives (RTOs) and recovery point objectives (RPOs).

RTOs refer to the amount of time needed to recover data, and RPOs refer to the point in time to which they must be able to recover. For example, the business might need DBAs to recover data to a backup made within the last day (the RPO) and may need it to be done within an hour of a disaster (the RTO).

Before a DBA devises a database backup strategy, they must be clear on these objectives and ensure the recovery strategy they devise will deliver on these goals. Backups by themselves are use­less, but restores are priceless. Start by planning a recovery strat­egy, and let it guide your backup strategy.

The Cost-Benefit Analysis

When building a strategy of any kind, it’s important to con­duct a cost-benefit analysis for every aspect. For a database backup strategy, this filters down into the frequency of the backups and where the backups are stored.

Too much time between backups leaves data vulnerable. Orga­nizations often lose track of the expanding data in their databases. If the recovery process isn’t tested frequently, you may find the backups are unusable or no longer meet the RTO/RPO require­ments. This, of course, is when disaster will strike.

Another cost to consider is where your data is stored. A business can pay for offsite or cloud storage, both of which have their own—often large—price tags. Paying for a larger storage space and performing frequent backups will increase a business’s ability to recover and secure your data, but it comes with a cost. This is an essential con­sideration for organizations, especially as their datasets grow with their business.

Optimizing Database Backup Strategies

Once the costs and benefits have been weighed, it’s time to optimize the database backup strategy.

First—and most importantly—DBAs should restore data­bases periodically to ensure they can perform recovery when it matters most, such as in the face of a ransomware attack. However, it isn’t feasible to constantly test each backup. This is where statistical sampling comes in. With statistical sampling, DBAs can figure out how many databases to restore periodically to minimize cost and maximize their ability to restore all data­bases in case of disaster. Instead of wasting time, energy, and money testing every backup every day, implementing statistical sampling allows DBAs to be 95% confident all the backups can be restored.

In theory, a backup shouldn’t impact any other operations happening inside the engine. But backups are often stored within a business’ shared systems, causing a major bottleneck every time a backup is performed. To avoid this, stagger your backups— undertake some at 2 a.m. and others at 5 a.m., for example—to avoid throttling the network and interfering with other systems and the normal course of business.

Implementing an effective database backup strategy is a no-brainer. But, for it to be successful, organizations must appro­priately analyze costs, risks, and benefits to determine the scale of the strategy. It’s also important for IT managers to under­stand their backup strategies holistically—from a business and an IT perspective—to ensure a cost-effective and robust database backup strategy is in place. n


Sponsors