Is row isolation broken?

2013-10-02 Thread Ramon Nogueira
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

Multi-table CAS batches

2014-03-18 Thread Ramon Nogueira
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"

Re: Multi-table CAS batches

2014-03-19 Thread Ramon Nogueira
; 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