Installation details
#ScyllaDB version: 4.6.3
#Cluster size: 3
os Ubuntu 20.04:
So we had this table, let’s say it’s called mykeyspace.data_by_min , that has the default compaction type (size tiered).
It contained a particular field that was few ko for each entry, so it took a lot of spaces quickly.
Dev fixed that and changed they soft for said field content to something smaller, they also applied the change it to all existing entries (so no deleted entries and no tombstones)
But after 10 days, still no - or little- space have been released, while the SSTables for this table seems to compact on a regular basis.
I know that the compaction type that is in use is probably not appropriate since it’s clearly a time windows table, but beside that, what could explain this issue ?