Chris Goffinet wrote:
Hey,At Digg we've been thinking about counters in Cassandra. In a lot of our use cases we need this type of support from a distributed storage system. Anyone else out there who has such needs as well? Zookeeper actually has such support and we might use that if we can't get the support in Cassandra.
I tend to need a generalization on incr/decr which is plus/minus (eg for quota management). Having these in Cassandra would be great.
Bill