The documentation for nodetool compact says:
This command starts the compaction process on tables that use the SizeTieredCompactionStrategy and DateTieredCompactionStrategy. You can specify a keyspace for compaction.
But what it does for DateTieredCompactionStrategy?
Side question: what is -s, --split-output
parameter? It is explained as: Use -s to not create a single big file
. I'm confused - isn't that the purpose of nodetool compact
?