chunjun
chunjun copied to clipboard
[Question][JDBC] splitpk error
Search before asking
-
[X] I had searched in the issues and found no similar question.
-
[X] I had googled my question but i didn't get any help.
-
[X] I had read the documentation: ChunJun doc but it didn't help me.
Description
Using splitpk will automatically check the Min/Max value of pk in the database. When there are 1 billion data in a single table, the query will take a long time and cause the task to fail.
Can you manually set the Min/Max value and calculate the step size based on this value, for example:

Code of Conduct
- [X] I agree to follow this project's Code of Conduct
it's a nice idea