Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持下DRDS做为目标 #225

Closed
agapple opened this issue Nov 18, 2016 · 0 comments
Closed

支持下DRDS做为目标 #225

agapple opened this issue Nov 18, 2016 · 0 comments
Milestone

Comments

@agapple
Copy link
Member

agapple commented Nov 18, 2016

支持下分布式数据库DRDS作为目标进行同步

使用注意点:

  1. 需要关闭高级参数里的batch模式(因为otter默认会开事务,避免DRDS进行分布式事务管理,无意义)
  2. DRDS会要求update/delete都必须带上拆分字段,所以实现上会将拆分字段按照主键进行处理,避免变更主键或者拆分字段 【如果源库和目标库存在异构,比如拆分字段列名不同,需要将源表映射到目标的拆分字段的列设置为主键,切记】

just have fun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant