Re: insert and batch_insert

2011-05-16 Thread aaron morton
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

Re: insert and batch_insert

2011-05-16 Thread Xiaowei Wang
, Xiaowei Wang wrote: 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