right.
in other words, you can delete entire rows w/ batch_mutate in 0.6.3 or
trunk, but for 0.6.2 the best workaround is to issue multiple remove
commands.
On Tue, Jun 22, 2010 at 5:09 AM, Mishail wrote:
> Take a look at
>
> https://issues.apache.org/jira/browse/CASSANDRA-494
>
> https://issues
Take a look at
https://issues.apache.org/jira/browse/CASSANDRA-494
https://issues.apache.org/jira/browse/CASSANDRA-1027
On 22.06.2010 19:00, Ron wrote:
> Hi everyone,
> I'm a new user of Cassandra, and during my tests, I've encountered a
> problem with deleting rows from CFs.
> I use Cassandra
Hi everyone,
I'm a new user of Cassandra, and during my tests, I've encountered a problem
with deleting rows from CFs.
I use Cassandra 0.6.2 and coding in Java, using the native Java Thrift API.
The way my application works, I need to delete multiple rows at a time (just
like reads and writes).
Ob