Hi,
we have a TTL of 3 years for few tables. We would like to alter the table to use TTL of 6 months. If we alter the table and delete data older than 6 months. It will create lot of tombstones. In this case the reads will be much slower . May I know how to safely delete data and evict tombstones without impacting performance?
Please suggest