Thanks Sylvain. BTW, what's the status of the java-driver? When will it be GA?
On Feb 12, 2013, at 1:19 AM, Sylvain Lebresne wrote:
> Yes, it's called atomic_batch_mutate and is used like batch_mutate. If you
> don't use thrift directly (which would qualify as a very good idea), you'll
> need
> ** **
>
> ** **
>
> *De :* Sylvain Lebresne [mailto:sylv...@datastax.com]
> *Envoyé :* mardi 12 février 2013 10:19
> *À :* user@cassandra.apache.org
> *Objet :* Re: Cassandra 1.2 Atomic Batches and Thrift API
>
> ** **
>
> Yes, it's called atomic_batch_mutate a
.org
Objet : Re: Cassandra 1.2 Atomic Batches and Thrift API
Yes, it's called atomic_batch_mutate and is used like batch_mutate. If you
don't use thrift directly (which would qualify as a very good idea), you'll
need to refer to whatever client library you are using to see if 1) s
Yes, it's called atomic_batch_mutate and is used like batch_mutate. If you
don't use thrift directly (which would qualify as a very good idea), you'll
need to refer to whatever client library you are using to see if 1) support
for that new call has been added and 2) how to use it. If you are not su
Hey Guys,
Is the new atomic batch feature in Cassandra 1.2 available via the thrift API?
If so, how can I use it?
-- Drew