Re: Does HH work (or make sense) for counters?

2011-02-02 Thread Sylvain Lebresne
When you create a counter column family, there is an option called replicate_on_write. When this option is off then during a write the increment is written to only one node and not replicated at all. In particular it is not hinted to any node. While unsafe, if you can accept its potential conseque

Does HH work (or make sense) for counters?

2011-02-01 Thread Narendra Sharma
Version: Cassandra 0.7.1 (build from trunk) Setup: - Cluster of 2 nodes (Say A and B) - HH enabled - Using the default Keyspace definition in cassandra.yaml - Using SuperCounter1 CF Client: - Using CL of ONE I started the two Cassandra nodes, created schema and then shutdown one of the instances