Major compaction API #105
Labels
api
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This is already partially implemented as a hidden function, however it needs to be exposed as a method in AbstractTree (so it can be called for BlobTree as well,
which will require a full rewrite of the entire value log(...maybe not)).lsm-tree/src/tree/mod.rs
Lines 462 to 478 in 3a2e3e1
It's important that the major compaction can get all segments, so it needs a write lock and wait until it can hide all segments.
The text was updated successfully, but these errors were encountered: