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 a repair. => How can I check this and/or ensure don't trigg repair with query? Thank you all for your help Have a nice day