We need to benchmark, the time taken for cluster to balance when you by varying the load say 100GB, 200GB 300GB. Does someone know how to inject data of these varying sizes using cassandra stress tool?
P.S. I have been using this command to load specific number of rows-- cassandra-stress -d 192.168.127.48,192.168.127.44,192.168.127.47 -l 3 -n 10000 -o INSERT
However, this doesnt determine the size of data to be loaded. Thanks Smitha