Re: Cassandra Insert Rate
gt; > The executeAsync() does not wait for a response for the query, so that > should probably be done elsewhere(see the link below for how you can get > the results back). > > http://www.datastax.com/dev/blog/java-driver-async-queries > > BR > Marcus Olsson > > > On 06
Cassandra Insert Rate
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