mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Compacted undeleted sstables are relevant for avoiding data resurrection in the purge path. As token ranges of groups won't overlap, it's better to isolate this data, so to prevent one group from interfering with another. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>