Hello smart guys,
have a table with the following settings:
and compaction = { 'class': 'org.apache.cassandra.db.compaction.TimeWindowCompactionStrategy', 'compaction_window_size': '1', 'compaction_window_unit': 'DAYS', 'max_threshold': '32', 'min_threshold': '4'} and default_time_to_live = 2629800 and gc_grace_seconds = 86400;
that suppose to have only the last 30 days of data but i see SSTables older than that.
Could someone tell me why GC is not happening?