Hi,
I have TTL set on my tables which will expire my table records based on set value. I want to move already stored old data from Cassandra table to S3 so that I can still use that data if needed from S3 once it is expired in cassandra tables.
I need some thoughts on how to do it in a better way so that existing read and write traffic is not impacted on that table from which I am moving the old data to S3.
Thanks!