issues
search
actiontech
/
dtle
Distributed Data Transfer Service for MySQL
https://actiontech.github.io/dtle-docs-cn
Mozilla Public License 2.0
550
stars
133
forks
source link
Support incremental replication with empty gtid
#1024
Open
ghost
opened
2 years ago
ghost
commented
2 years ago
src MySQL
reset master
GTIDSet = ""
setup replication
ghost
commented
2 years ago
参考方案:
当
Gtid=""
时, 执行全量+增量复制(历史兼容)
当
Gtid="empty"
时, 以
gtidset=""
执行纯增量复制
reset master