feat(cost): rank complete streaming deployments - #336
Merged
Merged
Conversation
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 3, 2026 16:29
0f77c4e to
071c2a6
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 16:29
fd470ab to
4e43888
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 3, 2026 16:45
071c2a6 to
8e30f91
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 16:45
4e43888 to
bfbcde8
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 3, 2026 16:50
8e30f91 to
555113c
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
3 times, most recently
from
September 3, 2026 17:05
1a24e1e to
a549ae9
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 4, 2026 00:35
1f80380 to
0e9f092
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 00:47
a549ae9 to
fac7b09
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 4, 2026 02:26
0e9f092 to
d02bf12
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 02:26
fac7b09 to
529cccb
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 4, 2026 03:00
d02bf12 to
5f71dee
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 03:04
529cccb to
e5b16fe
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 4, 2026 03:29
5f71dee to
4cd0ee2
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 03:31
e5b16fe to
f8bfc92
Compare
zzylol
force-pushed
the
feat/cost-streaming-summary-dag
branch
from
September 4, 2026 04:01
4cd0ee2 to
673e74a
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 04:02
f8bfc92 to
0c779e7
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.
Why
A streaming lifecycle must be ranked against raw recomputation as a complete alternative. Selecting a locally cheap lifecycle first can hide bootstrap, source-read, readout, retained-state, or physical-implementation costs.
What
physical_plan_idtogether with lifecycle decisions.SummaryNodeRcvalues behind pointer-keyed bindings so allocator address reuse cannot alias evidence.Correctness details
Validation
cargo test --workspacecargo clippy --workspace --all-targets --all-features -- -D warningscargo fmt --all -- --checkStack: depends on #335; #337 documents the planner/downstream boundary.