Hi, We use Cassandra 0.7.4 to do TPC-C data loading on ec2 nodes. The loading driver is written in pycassa. We test the loading speed on insert and batch_insert, but it seems no significant difference. I know Cassandra first write data to memory. But still confused why batch_insert does not quick than single row insert. We only batch 2000 or 3000 rows a time..
Thanks for your help! Best, Xiaowei