You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…7850)
Reduces duplication between tiered and legacy compaction by using the
`Timeline::create_image_layer_for_rel_blocks` function. This way, we
also use vectored get in tiered compaction, so the change has two
benefits in one.
fixes#7659
---------
Co-authored-by: Alex Chi Z. <iskyzh@gmail.com>
Tiered compaction was written & integrated concurrently to the integration of vectored get.
So, tiered compaction doesn't use vectored get, but single Timeline::get calls.
Using vectored get would be more efficient.
Even more efficient would be to have a special access mode for compaction.
But, one step at a time.
The text was updated successfully, but these errors were encountered: