Skip to content
Snippets Groups Projects
Commit b07ad8b7 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: update lsm->range_heap in one go on dump completion

Upon LSM tree dump completion, we iterate over all ranges of the LSM
tree to update their priority and the position in the compaction heap.
Since typically we need to update all ranges, we better use update_all
heap method instead of updating the heap entries one by one.
parent d5373cd2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment