Re: Use binary memtable to load data

2010-05-05 Thread Jonathan Ellis
Yes. On Wed, May 5, 2010 at 11:06 AM, Weijun Li wrote: > So when you bundle list of keys into a binary table you don't need to worry > about grouping them by nodes or whatever, and StorageProxy will take care of > routing of these keys to the proper nodes. Is this correct? > > Thanks, > > -Weijun

Re: Use binary memtable to load data

2010-05-05 Thread Weijun Li
So when you bundle list of keys into a binary table you don't need to worry about grouping them by nodes or whatever, and StorageProxy will take care of routing of these keys to the proper nodes. Is this correct? Thanks, -Weijun On Tue, May 4, 2010 at 9:14 PM, Jonathan Ellis wrote: > On Tue, M

Re: Use binary memtable to load data

2010-05-04 Thread Jonathan Ellis
On Tue, May 4, 2010 at 8:09 PM, Weijun Li wrote: > Does anyone use binary memtable to import data into Cassandra? Yes. > When you do > this how do you determine the destination node that should own those data? You let the StorageProxy API figure that out. > Is replication factor taken into con

Use binary memtable to load data

2010-05-04 Thread Weijun Li
Does anyone use binary memtable to import data into Cassandra? When you do this how do you determine the destination node that should own those data? Is replication factor taken into consideration when you import binary memtable? Thanks, -Weijun