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

Commits on Jan 5, 2024

  1. Add per partition rate limit table options

    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
    Gor027 authored and avelanarius committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4cabc5f View commit details
    Browse the repository at this point in the history