This topic describes how to enable the snapshot backup feature for an ApsaraDB MyBase for SQL Server instance. Compared with the physical backup feature, the snapshot backup feature supports a higher backup speed and larger amounts of data.
Prerequisites
Comparison between snapshot backups and physical backups
Item | Physical backup | Snapshot backup |
---|---|---|
Backup speed | The backup speed is fast. However, the restoration speed varies based on the specifications of your RDS instance. | The backup speed is extremely fast. The speed of creating a snapshot backup is approximately
twice the speed of creating a physical backup.
Note When you create a snapshot backup for the first time, ApsaraDB RDS backs up all the
data of your RDS instance. The backup process may require a long period of time.
|
Backup frequency | Physical backups support the following two backup frequencies:
|
The Backup Frequency is fixed to Every 30 minutes and cannot be changed. |
Restoration speed | The restoration speed is fast. However, the restoration speed varies based on the specifications of your RDS instance. | The restoration speed is extremely fast. The restoration speed is not affected by
the amount of data. The speed of restoring data from a snapshot backup is higher than
the speed of restoring data from a physical backup.
Note The logs that are restored are generated between the point in time at which the closest
snapshot backup file is generated and the point in time to which you want to restore
data.
|
Amount of data supported | Up to 4 TB of data is supported. | Up to 16 TB of data is supported. |
Impact on instance performance | A large number of resources are occupied. This has a significant impact on the performance of your RDS instance. We recommend that you perform a physical backup during off-peak hours. | Only a small number of I/O resources are occupied. This does not significantly affect the performance of your RDS instance. You can perform a snapshot backup at any time. |
Download of backup files | Physical backup files can be downloaded. | Snapshot backup files cannot be downloaded. |
Benefits
Data can be restored from physical backup files at a speed of up to 20 MB per second. Each physical backup can contain up to 4 TB of data. If you restore a large amount of data, the restoration process may require a long period of time. ApsaraDB MyBase for SQL Server provides the snapshot backup feature that is developed based on Microsoft Volume Shadow Copy Service (VSS). The snapshot backup feature can back up data at a high speed and ensure the consistency and integrity of data.
Snapshot backups provide the following benefits:
- Each snapshot backup supports up to 16 TB of data.
- Snapshot backups support a higher backup speed than physical backups.
- Snapshot backups do not occupy CPU or memory resources. Compared with physical backups, snapshot backups occupy less I/O resources. When snapshot backups are being created, the performance of your RDS instance is not significantly affected.
- Compared with physical backups, snapshot backups support a higher restoration speed, reduced recovery time objective (RTO), and improved fault resistance for your database service.
- After you enable snapshot backups, you can still perform physical backups to back up your RDS instance. For more information, see Manually back up your RDS instance.
Limits
- Snapshot backup files cannot be stored in a region that is different from the region where your RDS resides. For more information, see Enable cross-region backups for an ApsaraDB RDS for SQL Server instance.
- You can change the backup method of your RDS instance from Physical Backup to Snapshot Backup. However, you cannot change the backup method of your RDS instance from Snapshot Backup to Physical Backup.
- Snapshot backups support only full backups. Snapshot backups do not support individual databases or tables.
- Snapshot backup files cannot be downloaded.
Enable the snapshot backup feature
By default, an instance uses the physical backup method. You can change the backup method to snapshot backup.