Page MenuHomePhabricator

Cassandra keyspaces created with new storage strategy should not use date-tiered compaction
Closed, ResolvedPublic

Description

Cassandra keyspaces in the new storage strategy (i.e. storage of current-and-recent) continue to be setup to use the date-tiered compaction strategy, and should use size-tiered instead.

Event Timeline

Eevans triaged this task as Medium priority.Oct 23 2017, 10:00 PM

This will require an increment of the schema version, and will kick off schema migration in the production cluster the first time it is deployed. This seems worth avoiding if possible.

See also: T179083: Cassandra schema creation seems unreliable

Eevans claimed this task.

This issue is no longer relevant; Closing