Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tidb集群之间怎样实现延时复制
[TiDB Usage Environment] Production Environment
[TiDB Version] V5.3.3
[Encountered Problem: Problem Phenomenon and Impact]
How to achieve delayed replication between two TiDB clusters?
I think you need to go to the requirements section to submit your request.
Are you referring to this?
TiCDC should not support delayed replication similar to MySQL master-slave. The purpose of delayed replication is generally for quick rollback, and with the GC mechanism, there should be no need to worry. You can increase the GC time for the disaster recovery cluster.
Neither drainer nor ticdc can achieve delayed replication.
Isn’t it a bit convoluted to go from TiDB to MySQL, then experience latency, and back to TiDB?
It’s a detour, there’s no MySQL in between, only TiDB-TiDB, and there won’t be an additional MySQL in between.