mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
We do our best to avoid serializing every cell we see. We will accumulate them all in an internal data structure, and then finally serialize it to our internal format all at the same time. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>