We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is in the context of scylladb/gocql#90. It would be nice to add a dbutil that would partition batches to hosts and shards.
The text was updated successfully, but these errors were encountered:
There exists prior work that is over complex and over specialized in my view #167.
One can see there there is a need for grouping queries to batches. It should be flexible to allow extending it to support other use cases.
Sorry, something went wrong.
No branches or pull requests
This is in the context of scylladb/gocql#90.
It would be nice to add a dbutil that would partition batches to hosts and shards.
The text was updated successfully, but these errors were encountered: