Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 请教大佬们,tidb 3.0.13版本,使用什么组件来搭建双集群异地灾备
[TiDB Usage Environment] Production environment
[TiDB Version] 3.0.13
[Reproduction Path] Currently only one cluster, no disaster recovery
[Encountered Problem] Want to set up a homogeneous remote disaster recovery for the existing cluster
[Resource Configuration] The current cluster is configured as a 9-node cluster, with 6 nodes dedicated to the TiKV component
[Attachment] None
After reading the official documentation, the components that can perform dual-cluster data synchronization are: DM, CDC (suitable for version 4.0.6 and above), Binlog, sync-diff-inspector
The synchronization medium for each component may be different; some synchronize binlogs, some synchronize TiKV change logs, and some directly synchronize data.
Which component would be better to use to ensure data loss is minimized as much as possible?
Thanks in advance to all the experts!