mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
CDC writes are not expected to be read multiple times so it makes little sense to cache them. Moreover, CDC Log puts much bigger pressure on memory usage than Base Table because some updates to the Base Table override existing data while related CDC Log updates are always a new entry in a memtable. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>