Add zoned layout scan plan - #9187
Draft
joseph-isaacs wants to merge 1 commit into
Draft
Conversation
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 5, 2026 14:35
7c8babb to
71fd6e5
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 6, 2026 09:27
71fd6e5 to
aa80921
Compare
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 6, 2026 12:41
aa80921 to
73dba37
Compare
Merging this PR will degrade performance by 21.36%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | decode_varbin[(1000, 2)] |
61.4 µs | 78.1 µs | -21.36% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing vortex-plan-zoned (73dba37) with vortex-plan-optimizer (042e358)
Footnotes
-
43 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ZonedPlanphysical node with a transparentdatachild and auxiliaryzoneschildvortex.zonedlayouts and legacyvortex.statslayoutsnew_plandispatchStack
This draft is stacked on #9166 and targets
vortex-plan-optimizer.Scope
This PR represents the physical zoned layout without inventing execution semantics that the current plan IR cannot express. Zone-map pruning still needs a query-aware predicate/pruning plan and will be handled with plan execution in a later change.
Checks
cargo test -p vortex-layout— 211 passedcargo clippy --all-targets --all-featurescargo +nightly fmt --all -- --checkgit diff --check