mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 23:13:15 +00:00
This commit is restricted to moving main set into compaction_group. Next, we'll move maintenance set into it and finally the memtable. A method is introduced to figure out which group a sstable belongs to, but it's still unimplemented as table is still limited to a single group. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>