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
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 6, 2026 12:41
aa80921 to
73dba37
Compare
Merging this PR will improve performance by 23.03%
Performance Changes
Tip Curious why this is faster? Comment Comparing Footnotes
|
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
2 times, most recently
from
August 6, 2026 20:40
3c7d15a to
92d9d40
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 6, 2026 23:58
92d9d40 to
0a5baa3
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 7, 2026 12:06
0a5baa3 to
24bf2c8
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 7, 2026 15:33
24bf2c8 to
1588a7c
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 7, 2026 15:57
1588a7c to
ce5eaa7
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
2 times, most recently
from
August 10, 2026 10:16
2961ae8 to
a85df04
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 10, 2026 12:53
a85df04 to
99ce867
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
2 times, most recently
from
August 10, 2026 14:10
8e74f85 to
49a208c
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 10, 2026 15:03
49a208c to
35ef531
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
2 times, most recently
from
August 11, 2026 20:50
0210778 to
93ff3b1
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 12, 2026 09:55
93ff3b1 to
8191486
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 12, 2026 10:41
8191486 to
8798f72
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 12, 2026 11:12
8798f72 to
dd45b3e
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 13, 2026 16:18
dd45b3e to
bb1ee5d
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 13, 2026 16:37
bb1ee5d to
a7552d5
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 14, 2026 10:20
a7552d5 to
6dc6451
Compare
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 14, 2026 11:49
6dc6451 to
5f41c68
Compare
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
joseph-isaacs
force-pushed
the
vortex-plan-zoned
branch
from
August 14, 2026 14:12
5f41c68 to
fcc348b
Compare
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 follows combined optimizer PR #9196. GitHub's native stack still records the former
vortex-plan-optimizerbranch as this PR's base and does not expose an API for removing the closed #9166 entry. Bothvortex-plan-optimizerandvortex-plan-rulespoint to the same combined commit (e21444ddff), so this PR's effective diff contains onlyZonedPlan.Scope
This PR only represents the physical zoned layout. A later optimization can directly match
(Eval, Zoned): the generic stats rewrite produces abstract boundStatFnexpressions, and the zoned rule can replace the transparent data plan with zone-backed pruning state. No additional plan-node type is required, and execution remains independent of this node definition.Checks
RUSTC_WRAPPER= cargo test -p vortex-layout plan::RUSTC_WRAPPER= cargo clippy -p vortex-layout --all-targets --all-features -- -D warningscargo +nightly fmt --all -- --checkgit diff --check