Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc base TiDB主备集群数据校验 疑问贴
[TiDB Version] 5.0.4
[Problem Encountered] Using TiCDC to synchronize data between TiDB primary and standby clusters, can the sync-diff-inspector tool be used to verify data consistency? How to configure the snapshot?
Data Verification of TiDB Primary and Standby Clusters will check and obtain the upstream and downstream timestamps.
select * from tidb_binlog.checkpoint;
Does TiCDC check the checkpoint-ts
timestamp?
"status": {
"resolved-ts": 419036036249681921,
"checkpoint-ts": 419036036249681921,
"admin-job-type": 0
},