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
When use CompactionAlgorithm::Tiered to compact, and executing the CompactionStrategy::CreateDelta job, pageserver do not filter out the keys which from parent shard layer but not belong to this shard.
When create image, pageserver would filter out above keys.
When use
CompactionAlgorithm::Tiered
to compact, and executing theCompactionStrategy::CreateDelta
job, pageserver do not filter out the keys which from parent shard layer but not belong to this shard.When create image, pageserver would filter out above keys.
code-create_delta
Is this code logic by design?
The text was updated successfully, but these errors were encountered: