Branimir Lambov

Results 13 issues of Branimir Lambov

The first commit renames cassandra.yaml to cassandra_latest.yaml to make it easier to see the differences, the next commit restores the main yaml, and the third one configures testing.

For my test I need to be able to measure the time taken by a specific compaction action without rate limiting. I have set `compaction_throughput_mb_per_sec: 0`, but cstar_perf resets it...

Fixes test failure for the improved `prettyPrintMemory` in CASSANDRA-18397.

This is an initial version of row-level memtable, similar to what was implemented for the old DSE master. This version moves all row data to the trie, and stores range...

In addition to correcting for very small spans, this also corrects sstable spans for ones having a small number of partitions where keys can easily fall in a small range....