mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
The general algorithm for merging counter cells involves allocating a new buffer for the shards. However, it is expected that most of the applies are just updating the values of existing shards and not adding new ones, therefore can be done in place. However, reverting the general and in-place applies requires different logic, hence the need for an additional flag to differentiate between them.
16 KiB
16 KiB