Re: Batch isolation within a single partition

2015-05-19 Thread Martin Krasser
<http://www.datastax.com/dev/blog/row-level-isolation> guarantees as any single write operation on that key. This is exactly what I need, thanks for clarifying and sharing the link(s). *Von:*Martin Krasser [mailto:krass...@googlemail.com] *Gesendet:* Montag, 18. Mai 2015 12:3

Re: Batch isolation within a single partition

2015-05-19 Thread Martin Krasser
QUORUM (batch) write, right? Thanks for your clarifications, Martin If you mean something else by isolation, then I think agreeing first on the definition would be wise. -- Sylvain -- Martin Krasser blog:http://krasserm.github.io code:http://github.com/krasserm twitter: http://twitter.com/mrt1nz

Re: Batch isolation within a single partition

2015-05-18 Thread Martin Krasser
On Mon, May 18, 2015 at 12:32 PM, Martin Krasser mailto:krass...@googlemail.com>> wrote: Hello, I have an application that inserts multiple rows within a single partition (= all rows share the same partition key) using a BATCH statement. Is it possible that other clients c

Batch isolation within a single partition

2015-05-18 Thread Martin Krasser
Hello, I have an application that inserts multiple rows within a single partition (= all rows share the same partition key) using a BATCH statement. Is it possible that other clients can partially read that batch or is the batch application isolated i.e. other clients can only read all rows o