Hi All, I have a question about the ColumnFamilies.ReadCount counter.
I use:
- One node.
- Cassandra 1.0.10.
- No row cache.
- One table "Products" containing a few rows
If I use the cli command "list Products", the ColumnFamilies.ReadCount
counter does not increase (also via nodetool cfstats).
if I use the cli command "get Products('p1'), the counter does increase.
Why does it not increase when servicing a range operation?
