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? Best Regards, Utku