When you view the synchronization details, you can view details about struct synchronization and incremental data synchronization.
Procedure
Click the instance ID to go to the Instance Management page.
On the Instance List page in the Data Sync module, select the corresponding instance, and click the instance ID to go to the Instance Management page.
On the Instance Management page, click Instance Details to go to the details page.
On the details page, click Sync Details in the left-side navigation bar.
Struct Synchronization
Click Struct Sync. Then, you can view the details about struct synchronization performed by the instance. For example, you can view the synchronized tables, views, functions, and procedures.
Click View Creation Syntax on the right side. Then, you can view the corresponding CREATE statements.
Incremental Data Synchronization
Click Incremental Data Sync. Then, you can view details about incremental data synchronization in your task. The details show the current data pull offset of DTS and the latest offset of your source database.
Note:
DTS records an offset in the format of BINLOG_NAME:BINLOG_POSITION. A DTS pull offset indicates the progress of the incremental data synchronization step. If the DTS pull offset is different from the latest offset of your source database, a latency occurs. You can calculate the latency based on the preceding offsets.
If you perform a data change in a table that is not synchronized from the source database to the destination database, the DTS pull offset will not be updated due to existing filter conditions. However, the latest offset of the source database is updated in real time.