What happens when I perform a Major compaction on a column family with the Leveled compaction configured with nodetool compact ?
Documentation says:
compact [keyspace][cf_name]
For column families that use the SizeTieredCompactionStrategy, initiates an immediate major compaction of all column families in keyspace. For each column family in keyspace, this compacts all existing SSTables into a single SSTable. This can cause considerable disk I/O and can temporarily cause up to twice as much disk space to be used. Optionally takes a list of column family names.
This one is related to Tiered compaction. What about Leveled?