mirror of https://github.com/apache/cassandra
This patch adds a new configuration file, cassandra_latest.yaml, which changes some of the settings to use new features we usually recommend to users, including: - Big Trie-Indexed SSTables - Trie memtables - Unified Compaction Strategy - Storage Attached Index - Off-heap objects memtables - Direct-write commit log - No storage compatibility These changes are applied in new test targets for unit, in-jvm and python dtests that are run pre-commit. When changes are made to the new config file, python dtest will use it directly, but unit and in-jvm dtests require updates, respectively, to latest_diff.yaml and InstanceConfig.java. patch by Branimir Lambov; reviewed by Berenguer Blasi for CASSANDRA-18753 |
||
|---|---|---|
| .. | ||
| anttasks/org/apache/cassandra/anttasks | ||
| bin | ||
| burn/org/apache/cassandra | ||
| conf | ||
| data | ||
| distributed/org/apache/cassandra | ||
| long/org/apache/cassandra | ||
| memory/org/apache/cassandra/db/compaction | ||
| microbench/org/apache/cassandra/test/microbench | ||
| resources | ||
| simulator | ||
| unit | ||