mirror of https://github.com/apache/cassandra
Previously Zstd, Deflate and LZ4HC could hold up the flush thread while flushing due to their slow compression rates. With this patch we always default to flush with a fast compressor (default to LZ4) and then compress into the high compression strategy during normal compactions that follow. Note that if the existing table compressor is fast (e.g. LZ4 or Snappy) we use that. Patch by Joey Lynch; reviewed by Dinesh Joshi for CASSANDRA-15379 |
||
|---|---|---|
| .. | ||
| triggers | ||
| README.txt | ||
| cassandra-env.ps1 | ||
| cassandra-env.sh | ||
| cassandra-jaas.config | ||
| cassandra-rackdc.properties | ||
| cassandra-topology.properties | ||
| cassandra.yaml | ||
| commitlog_archiving.properties | ||
| cqlshrc.sample | ||
| jvm-clients.options | ||
| jvm-server.options | ||
| jvm8-clients.options | ||
| jvm8-server.options | ||
| jvm11-clients.options | ||
| jvm11-server.options | ||
| logback-tools.xml | ||
| logback.xml | ||
| metrics-reporter-config-sample.yaml | ||
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