Dear All,
I’m doing some experiment on load balancing policy of Cassandra (version
2.1.8) and I’m using datastax java driver (version 2.1.7). Basically, I want
test the reading and writing latency or other performance metrics (I’m not sure
which more could be available. If possible, coul
Dear All,
I was doing some test on datastax java driver with Eclipse on Mac Pro.
Basically, in
the eclipse, I was using prepared and batch statement to write (id, name),
where id
ranges from 1 to 100 and names are student1 - student1(according to
the range of id).
A