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 per partition rate limit table options #203

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

Gor027
Copy link

@Gor027 Gor027 commented Mar 4, 2023

Added maxReadsPerSecond and maxWritesPerSecond options to TableOptions which will allow convenient creation of CREATE and ALTER statements with rate limit options for read and write operations.
Both maxReadsPerSecond and maxWritesPerSecond are optional - omitting one of them means "no limit" for that type of operation.

Fixes #166

Added `maxReadsPerSecond` and `maxWritesPerSecond` options to `TableOptions`
which will allow convenient creation of CREATE and ALTER statements with
rate limit options for read and write operations.
Both maxReadsPerSecond and maxWritesPerSecond are optional - omitting one of
them means "no limit" for that type of operation.

Fixes scylladb#166
@avelanarius avelanarius merged commit 504322d into scylladb:scylla-3.x Jan 5, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

Statement/Schema builders should be extended with Scylla-specific options
2 participants