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

Make keys DDL use LeveledCompactionStrategy by default #636

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

Z1kkurat
Copy link
Contributor

This fits the use case as keys table is read intensively during the bootstrap phase when eager recovery is used, and then it does a lot of updates/deletes which plays well with this strategy and allows avoiding putting more pressure on the compaction process. We've observed significant performance gains when using this strategy compared to the default one in a keyspace with hundreds of thousands of keys -- compaction manages to keep up and allows for a fast keys recovery

@nviliunov-evolution-throwaway

lgtm

@Z1kkurat Z1kkurat merged commit 9049272 into master Sep 30, 2024
3 checks passed
@Z1kkurat Z1kkurat deleted the cassandra-keys-leveled-compaction branch September 30, 2024 11:32
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.

2 participants