Discussed in #363
Originally posted by EmadAlblueshi January 27, 2026
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
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?
Discussed in #363
Originally posted by EmadAlblueshi January 27, 2026
Hello Everyone,
The current compaction strategy employed for the Apache Cassandra tables is
SizeTieredCompactionStrategywhich is fine for version 4 but version 5 is usingUnifiedCompactionStrategyas the default strategy and recommendedDo we have any plans to update the current tables to use
UnifiedCompactionStrategyin line with version 5 best practices?