I have implemented the TTL feature in my code and its removing the records successfully. But the data storage size remains the same. It should be reduced immediately. latest Cassandra document says that the data will be removed after the first compaction(It Doesn't have clarity).
my simple question
I need to ensure the size immediately as soon as completed the TTL. So How to ensure whether disk space is reduced or not?
Please share your ideas..
Thanks