Re: Remove folders of deleted tables

2023-12-07 Thread Bowen Song via user
There's no requirement for the partition key to contain the date/time for a TWCS table. The important thing is data need to be written to the table in chronological order (i.e. do not use the "USING TIMESTAMP" in the CQL queries) and the same TTL is used for all partitions. TWCS was introduced

Re: Remove folders of deleted tables

2023-12-07 Thread Sébastien Rebecchi
Thanks Bowen, I also thought about using TTL and TWCS, but in my past experience with Cassandra I have had a lot of issues with data models using TTL and creating many tombstones. I was probably not using the right compaction at that time, but this experiences has a great impact on me and I would