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

无主键索引表的增量同步 #61

Merged
merged 2 commits into from
Dec 4, 2017
Merged

Conversation

dotaalready
Copy link

很多遗留系统设计数据表时都没有做主键索引,所以对这类数据表做数据同步时无法进行增量同步。本次merge request 通过ROWID建立物化视图日志的方式,实现了对这些表的增量同步。以测试通过。

dotaalready added 2 commits October 19, 2017 23:05
 增加配置
#PK或ROWID 如果为ROWID表示同步表无主键索引
yugong.table.inc.mviewlogtype=

#当为ROWID模式时,需要指定各表用来判断的字段(主键)格式为:tablename1&pk1&pk2,tablename2&pk1
yugong.table.inc.tablepks=
@CLAassistant
Copy link

CLAassistant commented Oct 19, 2017

CLA assistant check
All committers have signed the CLA.

@agapple agapple merged commit f9eb005 into alibaba:master Dec 4, 2017
@agapple
Copy link
Member

agapple commented Dec 4, 2017

tks

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

Successfully merging this pull request may close these issues.

3 participants