After reading this: http://aphyr.com/posts/294-call-me-maybe-cassandra
I decided to try to break row isolation myself:
https://github.com/ramonza/cassandra-row-isolation
To run it you just need a single node running on localhost. Tested with
2.0.1.
The test fails very consistently. Row isolation
Referring to this article on the recently added CAS features:
http://www.datastax.com/dev/blog/cql-in-2-0-6
The new CAS batch feature is really cool; are there any plans to support
CAS across column families within a batch? I think this would solve the
same problems solved by the "static columns"
; On Tue, Mar 18, 2014 at 11:31 PM, Ramon Nogueira
> wrote:
> > Referring to this article on the recently added CAS features:
> > http://www.datastax.com/dev/blog/cql-in-2-0-6
> >
> > The new CAS batch feature is really cool; are there any plans to support
> > CAS