mirror of https://github.com/apache/cassandra
Introduce the ability to override compaction strategy for specific keyspaces and tables at startup via two new system properties: - cassandra.override_compaction.entities: comma-separated list of keyspaces and keyspace.table pairs (e.g. "ks1,ks2.tbl1,ks3.tbl2") - cassandra.override_compaction.params: JSON compaction parameters to apply Patch by Paulo Motta; Reviewed by Jaydeepkumar Chovatia for CASSANDRA-21169 |
||
|---|---|---|
| .. | ||
| triggers | ||
| README.txt | ||
| cassandra-env.sh | ||
| cassandra-jaas.config | ||
| cassandra-rackdc.properties | ||
| cassandra-topology.properties.example | ||
| cassandra.yaml | ||
| cassandra_latest.yaml | ||
| commitlog_archiving.properties | ||
| cqlshrc.sample | ||
| credentials.sample | ||
| jvm-clients.options | ||
| jvm-server.options | ||
| jvm11-clients.options | ||
| jvm11-server.options | ||
| jvm17-clients.options | ||
| jvm17-server.options | ||
| jvm21-clients.options | ||
| jvm21-server.options | ||
| logback-tools.xml | ||
| logback.xml | ||
README.txt
Required configuration files ============================ cassandra.yaml: main Cassandra configuration file logback.xml: logback configuration file for Cassandra server Optional configuration files ============================ cassandra-topology.properties: used by PropertyFileSnitch