GitHub user EmadAlblueshi created a discussion: Cassandra 5.0 Unified Compaction Strategy (UCS)
Hello Everyone, The current compaction strategy employed for the Apache Cassandra tables is `SizeTieredCompactionStrategy` which is fine for version 4 but version 5 is using `UnifiedCompactionStrategy` as the default strategy and [recommended ](https://cassandra.apache.org/doc/stable/cassandra/managing/operating/compaction/ucs.html) > The UnifiedCompactionStrategy (UCS) is recommended for most workloads, > whether read-heavy, write-heavy, mixed read-write, or time-series. There is > no need to use legacy compaction strategies, because UCS can be configured to > behave like any of them. Do we have any plans to update the current tables to use `UnifiedCompactionStrategy `in line with version 5 best practices? GitHub link: https://github.com/apache/pekko-persistence-cassandra/discussions/363 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
