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 possibility to execute batch queries using rows of a single partition #27

Open
vponomaryov opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@vponomaryov
Copy link
Collaborator

As of now, if we use large partitions and want to populate data using batches then
We will get balanced approach for partitions of a partition group.
It will cause batch queries have rows for different partitions as much as possible.
Such an approach is useful for read queries, not write ones.

So, need to add possibility to perform write batches sequentially where one batch would contain rows targeted only at some one partition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants