Hi, I am currently working on load testing my cluster. When we write 100000 to cassandra, where does the writes data gets stored in Cassandra and the same for read operation too.
./cassandra-stress write n=100000 -rate threads=100 -node 10.34.100.13 ./cassandra-stress read n=100000 -node 10.34.100.13 -- Thanks Arun