mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
"We don't want multiple shards to respond with the same data. Higher level code assumes that shard data is non-overlapping. It's cheaper to drop duplicates as soon as possible. Memtable reader for example will never have overlapping data, so cache hitting queries will never need to pay for this. Compaction process may also rely on this."
43 KiB
43 KiB