Depending on the level of super fastness you need, it may or may not be fast enough. Better to test it, as usual.
J-D On Mon, Jan 10, 2011 at 11:12 AM, Weishung Chung <[email protected]> wrote: > Multiple batches of 10k *new/updated* rows at any time to different tables > by different clients simultaneously. I want these multiple batches of > insertions to be done super fast. At the same time, I would like to be able > to scale up to 100k rows at a time (the goal). Now, I am building a cluster > of size 6 to 7 nodes. > > On Mon, Jan 10, 2011 at 1:03 PM, Jean-Daniel Cryans > <[email protected]>wrote: > >> lotsa rows? That's 1k or 1B? Inside a OLTP system or OLAP? >> >> J-D >> >> On Mon, Jan 10, 2011 at 10:58 AM, Weishung Chung <[email protected]> >> wrote: >> > Jonathan, awesome, best of breed APIs! >> > Jean, I would like to insert lotsa new rows with many columns in a >> > particular column family* **programmatically in batch just like the jdbc >> > addBatch method.* >> > *Thanks again.* >> > >> > >> >
