Re: How to understand the TS of each data version?

2013-09-28 Thread yonghu
Hi, Ted Thanks for your response. This is also the way I use to avoid the problem. regards! Yong On Sat, Sep 28, 2013 at 4:31 PM, Ted Yu wrote: > Can you make NetworkSpeed as column family ? > > This way you can treat individual suppliers as columns within the column > family. > So for "user

Re: How to understand the TS of each data version?

2013-09-28 Thread Ted Yu
Can you make NetworkSpeed as column family ? This way you can treat individual suppliers as columns within the column family. So for "user Tom has a new supplier d instead of supplier c and its speed is 15K": rk NetworkSpeed cd Tom {10K:1} Tom {15K:2}

Re: how to delete quickly?

2013-09-28 Thread Anoop John
So u want to do "delete where col=?" right? Have a look at BulkDelete Endpoint -Anoop- On Sat, Sep 28, 2013 at 8:28 AM, Azuryy Yu wrote: > Hi dear, > > I want to delete some rows with the specified column value, how to do it > more quickly? > > > Thanks. >