mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
we first use `cf` and then `lcs_table` later on in `sstable_expired_data_ratio` to represent "tables_for_tests" with schema of different compaction strategies. to improve the readability, we rename the variables which are related to STCS (Sized-Tiered Compaction Strategy) to "stcs_*", so better reflect their relations, for better readability. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>