Re: TimeWindowCompactionStrategy Operational Concerns

2022-09-15 Thread Jeff Jirsa
If you were able to generate old data offline, using something like the CQLSSTableWriter class, you can add that to the cluster (either via streaming or nodetool import), that would maintain the TWCS invariant. That said, with https://issues.apache.org/jira/browse/CASSANDRA-13418 , IF you're comfo

TimeWindowCompactionStrategy Operational Concerns

2022-09-15 Thread Michel Barret
Hi, I want to use TWCS on a cassandra table. Documentation explain 2 concerns about it: In case we mix old and new data "in the traditional write path". => How can I create another write path to ensure that my old data aren't in same sstable than new? If I query old data and that generate