Is it possible to increment/decrement a column value directly without reading it first and then do the operation on client side? In mysql you can do "UPDATE mytable SET counter=counter+1", any equivalent in Cassandra?
Beier, Cai beier...@gmail.com
Is it possible to increment/decrement a column value directly without reading it first and then do the operation on client side? In mysql you can do "UPDATE mytable SET counter=counter+1", any equivalent in Cassandra?
Beier, Cai beier...@gmail.com