-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Description
The compaction strategy of the tables created for Cassandra should be configurable. Currently it defaults to the Cassanda default: "SizeTieredCompactionStrategy".
Some users may want to experiment with other compaction strategies, like "TimeWindowCompactionStrategy", which is not currently possible since Cortex creates tables on its own.
EDIT: Other table settings, like "default_time_to_live", would also be nice. Perhaps it would be a good idea to allow the user to configure all table options in a config map?
See: https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/cqlCreateTable.html#table_options
Metadata
Metadata
Assignees
Labels
No labels