Skip to content
Snippets Groups Projects
Commit 7a18727a authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: don't create empty slices on dump

Adding an empty slice to a range is pointless, besides it triggers
compaction for no reason, which is especially harmful in case of
time-series-like workload. On dump we can omit creating slices for
ranges that are not intersected by the new run. Note how it affects the
coalesce test: now we have to insert a statement into each range to
trigger compaction, not just into the first one.
parent aace2e14
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