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
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