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

Add support for CREATE ... SPLIT INTO when target database is YugabyteDB #1380

Open
ssherwood opened this issue Mar 25, 2024 · 0 comments
Open
Labels
triage Needs to be triaged

Comments

@ssherwood
Copy link

YugabyteDB supports additional syntax for splitting tables into multiple tablets upon creation.

It would be beneficial for this syntax be an optional parameter when the target database is YugabyteDB - particularly when it is know that the source table has a large number of existing rows. The RF factor of the target database should be used to help calculate the number of splits.

This will help when loading large datasets as the built-in auto tablet splitting won't have to do as much work during the load itself.

@github-actions github-actions bot added the triage Needs to be triaged label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant