Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-09-22 20:40:51
The snapshot feature of Kingsoft Cloud EBS 3.0 allows you to protect data by creating snapshots based on EBS volumes. You can create multiple snapshots for an EBS volume at different points in time. This helps you ensure service continuity.
A snapshot is a data replica created based on a data source at a specific point in time. Snapshots are one of the various methods for data backup. Creating a snapshot is like taking a photo. Both behaviors capture the state of an object in the current moment. Snapshots can be instantaneously created, which allows you to back up data in real time and quickly restore data. This meets corporate requirements for business continuity and data reliability. In addition, you can use one snapshot to create multiple EBS volumes at a time. This helps you quickly build an application environment and improves business deployment efficiency.
EBS adopts the Redirect-On-Write (ROW) snapshot technology, which is significantly improved compared with the conventional Copy-On-Write (COW) snapshot technology. The biggest disadvantage of the COW technology is that write operations are poorly supported. When data is written to a source volume for the first time, the data block to be modified must be copied first. This involves a whole process of data block migration that includes data reading and data writing. Consequently, the write operation will only be performed after the preceding process is complete. However, data on the source volume is not changed, which means read operations are not affected. With the ROW technology, all write operations on an EBS volume will be redirected to a new volume, whereas the source snapshot data is retained on the read-only source volume. In this case, the process of updating data on the source volume involves only one data write operation. EBS takes full advantage of the ROW technology and bypasses its disadvantages to improve the read and write performance and ensure business continuity.
EBS snapshots are incremental backups. A snapshot records only data that has been updated since the last time a snapshot was created for the EBS volume.
Pure Mode