Team, I have a sample insert query which loads around 10 million records and found that the insert rate is around 1500 per second. This is very slow.
The Source code I am using available at the below location. I am using the very latest version 2.1.6 with default seetings and single node VM machine with 20GM RAM and 100 GM SSD disk. https://github.com/shankar-reddy/CassandraSandbox/blob/master/src/main/java/com/itreddys/cassandra/example/BulkLoadTest.java Please suggest on insert rate improvement. -Shankar