I'm trying to free some disk space in C*.
I've deleted many rows which created many tombstones.
I'm running nodetool garbagecollect and was wondering what this tool is doing behind the scens. I've read that it deletes the actual data that the tombstone is shadowing but not the tombstones (which will be cleared after gc_grace_seconds).
Is that accurate? the garbagecollect tool does not have any correlation with the gc_grace_seconds parameter?
How does the garbagecollect actually releases disk space?
there is not a lot of documentation on how this tool works and what it does.
any help will be much appreciated