mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
make_sstable_containing() was absurdly slow when merging thousands of mutations belonging to the same key, as it was unnecessarily copying the mutation for every merge, producing bad complexity. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>