What is the most efficient way of inserting multiple rows in cassandra column family. Is it possible to do this in a single call.
Right now my approach is to addinsert m
PreparedStatement and binding values might be a better option. Below are a couple of good articles on uses and misuses of Batch:
Cassandra: Batch loading without the Batch keyword.
Using and misusing batches