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

支持 rowid 切分数据方案? #273

Open
melin opened this issue May 28, 2024 · 1 comment
Open

支持 rowid 切分数据方案? #273

melin opened this issue May 28, 2024 · 1 comment
Labels
type/question Further information is requested

Comments

@melin
Copy link

melin commented May 28, 2024

参考sqoop 中,oracle 切分数据,采用rowid 切分数据,能够保证数据切分比较均匀。不需要用户去选择切分字段,tidb 是否支持类似特性
https://github.com/apache/sqoop/blob/f8beae32a067d72bf9ed6e903b041ad347ca5491/src/java/org/apache/sqoop/manager/oracle/OraOopOracleQueries.java#L335C51-L335C76

@melin melin added the type/question Further information is requested label May 28, 2024
@sunxiaoguang
Copy link
Collaborator

sunxiaoguang commented May 28, 2024

Yes, and it's already doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants