Skip to content

Cassandra 5.0 Unified Compaction Strategy (UCS) #364

@pjfanning

Description

@pjfanning

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions