Database aware partition scheme #65
wangxiaoying
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@wangxiaoying can the requirement to supply an integer column be removed? and if the user chooses partitioning, the package splits according to the number of rows it discovers via a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we evenly partition the given partition column in order to split a big query to several small ones. But it has some issues:
We could tackle these issues by pre-fetching metadata like schema, constraints and statistics from DB and automatically partition the query in an optimal way.
Reply to share your ideas!
Beta Was this translation helpful? Give feedback.
All reactions