Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
CASSANDRA-6506 will get rid of counter shards, turning them into elements of a map. And we'll be using the logical clock values as map element timestamps.
To avoid unpleasant initial performance (being unable to perform certain sstable optimisations on the read path), we should switch the shards to use max(timestamp, clock + 1) now, in advance of CASSANDRA-6506 switch.
Attachments
Issue Links
- is depended upon by
-
CASSANDRA-6506 counters++ split counter context shards into separate cells
- Open
- relates to
-
CASSANDRA-11432 Counter values become under-counted when running repair.
- Resolved