Hi, I'm doing stress test with tools/stress (java version) I used 3 EC2 Xlarge with 4 raid instance storage for cluster.
I get write TPS min 4000 & up to 10000 but I only get 50 for read TPS. is this right? what am I doing wrong? these are option. java -jar stress.jar --nodes=ip1,ip2,ip3 --consistency-level=QUORUM --progress-interval=10 --operation=INSERT --num-keys=10000000 --threads=50 --family-type=Standard --columns=1 --column-size=400 java -jar stress.jar --nodes=ip1,ip2,ip3 --consistency-level=QUORUM --progress-interval=10 --operation=READ --num-keys=10000000 --threads=50 --family-type=Standard --columns=1 --column-size=400 stress test against 1.0.6 and get write, read similar TPS. any insight?
