You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Sonny Heer <so...@gmail.com> on 2010/04/20 19:47:54 UTC

Delete row

How do i delete a row using BMT method?

Do I simply do a mutate with column delete flag set to true?  Thanks.

Re: Delete row

Posted by Jonathan Ellis <jb...@gmail.com>.
You can serialize any RowMutation for BMT but if all you're doing is
deleting rows why bother with BMT?  It is not significantly more
efficient than Thrift for that.

On Tue, Apr 20, 2010 at 12:47 PM, Sonny Heer <so...@gmail.com> wrote:
> How do i delete a row using BMT method?
>
> Do I simply do a mutate with column delete flag set to true?  Thanks.
>