<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
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
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
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