cassandra/test
Branimir Lambov 06ed1afc34 Add an optimized default configuration to tests and make it available for new users
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
2024-03-07 11:08:44 +02:00
..
anttasks/org/apache/cassandra/anttasks Merge branch 'cassandra-4.1' into cassandra-5.0 2023-09-25 12:39:39 +02:00
bin JMH improvements - faster build and async profiler 2023-09-25 12:39:36 +02:00
burn/org/apache/cassandra CASSANDRA-18785: Add support for Sonar analysis 2023-11-13 14:48:28 +01:00
conf Add an optimized default configuration to tests and make it available for new users 2024-03-07 11:08:44 +02:00
data Merge branch 'cassandra-4.1' into cassandra-5.0 2023-11-20 10:42:35 +01:00
distributed/org/apache/cassandra Add an optimized default configuration to tests and make it available for new users 2024-03-07 11:08:44 +02:00
long/org/apache/cassandra Enable Direct-IO feature for CommitLog files using Java native API's. 2023-11-29 11:29:23 +01:00
memory/org/apache/cassandra/db/compaction Deprecate/forbid constructors for Integer, Long, Float, Byte, Double, and Short 2023-05-02 08:26:10 -05:00
microbench/org/apache/cassandra/test/microbench Improve code model around IndexContext 2023-11-25 09:53:40 +01:00
resources Add support for a vector search index in SAI 2023-10-29 12:24:00 +01:00
simulator Remove deprecated code in Cassandra 1.x and 2.x 2023-10-30 21:54:55 +01:00
unit Add an optimized default configuration to tests and make it available for new users 2024-03-07 11:08:44 +02:00