Is Cassandra 1.1 Row Level Isolation (a kind of batch-like) related to "traditional" batch_mutate or atomic_batch_mutate Thrift API ?
Thanks for the answer. Dominique De : Sylvain Lebresne [mailto:[email protected]] Envoyé : mardi 12 février 2013 10:19 À : [email protected] 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) support for that new call has been added and 2) how to use it. If you are not sure what is the best way to contact the developers of you client library, then you may try the Cassandra client mailing list: [email protected]<mailto:[email protected]>. -- Sylvain On Tue, Feb 12, 2013 at 4:44 AM, Drew Kutcharian <[email protected]<mailto:[email protected]>> wrote: 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
