Hi I would like to evaluate if writing to my “own” SSTables files and then do import into Cassandra My goal is to beat the performance of traditional CQL INSERTS (yes even with prepared statements) I have been trying to find code examples for how to write to SSTables but could only really find example of Cassandra 2.x https://www.datastax.com/blog/2014/09/using-cassandra-bulk-loader-updated What is dated back to 2014….
Has anyone experience with writing your own SSTables and doing really fast imports Any links / article / blog posts / …. Using Cassandra 3.11 -Tobias