Description
Currently it is not possible to programatically write multiple SSTables for the same table in parallel using the CQLSSTableWriter. This is quite a limitation and the workaround of attempting to do this in a separate JVM is not a great solution.
See: http://stackoverflow.com/questions/24396902/using-cqlsstablewriter-concurrently
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-8251 CQLSSTableWriter.builder() throws ex when more than one table
- Resolved