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

Create utility to presplit the fate table #4979

Open
keith-turner opened this issue Oct 12, 2024 · 1 comment
Open

Create utility to presplit the fate table #4979

keith-turner opened this issue Oct 12, 2024 · 1 comment
Labels
enhancement This issue describes a new feature, improvement, or optimization.

Comments

@keith-turner
Copy link
Contributor

Is your feature request related to a problem? Please describe.

In order to spread the new fate table over multiple tablet servers the ability to pre-split it is needed. This functionality would be useful if multiple processes executed fate operations as proposed in #4978.

Describe the solution you'd like

Create a fate admin command that can generate N split for the fate table where those splits work well with the fate schema to evenly distribute fate operations between the splits. In the command help document how it can used with shell commands to split that table and why it would be used.

@keith-turner keith-turner added the enhancement This issue describes a new feature, improvement, or optimization. label Oct 12, 2024
@keith-turner
Copy link
Contributor Author

Could also include the scanref table in this work. Both may use a uuid for the row, so can generate good splits for both using the same code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Projects
None yet
Development

No branches or pull requests

1 participant