Requirement is simple: we have to create a table which will have only 24 hours of data. We have two options
- Defile TTL with each insert
- Make table property default_time_to_live for 24 hours.
I have general idea about both the things but internally which one will be helpful to deal with tombstones? or both will generate same amount of tombstones? Which one will be better and why any reference link will be appreciated.