On Tue, Jun 29, 2010 at 9:42 AM, Utku Can Topçu <u...@topcu.gen.tr> wrote: > Hey Guys, > > Currently in a project I'm involved in, I need to have some columns holding > incremented data. > The easy approach for implementing a counter with increments is right now as > I figured out is "read -> increment -> insert" however this approach is not > an atomic operation and can easily be corrupted in time. > > Do you have any best practices in implementing an atomic counter on > Cassandra?
https://issues.apache.org/jira/browse/CASSANDRA-1072