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
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