Skip to content

Commit

Permalink
Make keys DDL use LeveledCompactionStrategy by default (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat authored Sep 30, 2024
1 parent 9c75fae commit 9049272
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object KeySchema {
|metadata TEXT,
|PRIMARY KEY((application_id, group_id, segment), topic, partition, key)
|)
|WITH compaction = {'class': 'org.apache.cassandra.db.compaction.LeveledCompactionStrategy'}
|""".stripMargin
) >>
session
Expand Down

0 comments on commit 9049272

Please sign in to comment.