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