Data Replication
Data replication involves creating a task to copy data from a source to a target database. This can be done through 1:1 replication, where all the data from the source is replicated to the target, or through incremental replication, where only the changes or updates since the last replication are copied to the target.
๐๏ธ Create a Data Replication Task
The data replication function can help you to achieve real-time synchronization between the same/heterogeneous data sources, which is suitable for data migration/synchronization, data disaster recovery, reading performance expansion, and other business scenarios.
๐๏ธ Incremental Data Validation
Incremental data validation is a real-time mechanism designed to enhance data accuracy and consistency. It periodically samples and compares newly inserted or updated records between the source and target systems to detect and automatically correct inconsistencies.
๐๏ธ Manage Data Replication Task
After the replication task is created, you can monitor and manage the task in the task list.
๐๏ธ Monitor Data Replication Task
Once the data replication task is started, the page will automatically redirect to the task monitoring page. From there, you can monitor the task's operation details, such as the status of the Agent, data synchronization progress, task progress, alert settings, and other relevant information.