Re: insert and batch_insert

2011-05-16 Thread Xiaowei Wang
Thanks Aaron, really help! 2011/5/16 aaron morton > batch_mutate() and insert() follow the a similar execution path to a single > insert in the server. It's not like putting multiple statements in a > Transaction in the RDBMS. > > Where they do differ is that you can provide multiple columns for

Re: insert and batch_insert

2011-05-16 Thread aaron morton
batch_mutate() and insert() follow the a similar execution path to a single insert in the server. It's not like putting multiple statements in a Transaction in the RDBMS. Where they do differ is that you can provide multiple columns for a row in a column family, and these will be applied as on