docs(architecture): define Planner and downstream physical boundary - #337
Merged
Merged
Conversation
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 16:29
fd470ab to
4e43888
Compare
zzylol
force-pushed
the
refactor/cost-window-boundary
branch
from
September 3, 2026 16:29
93cdcdc to
4c92e8e
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
refactor/cost-window-boundary
branch
from
September 3, 2026 16:45
4c92e8e to
2c60c11
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 16:50
bfbcde8 to
91b9b6e
Compare
zzylol
force-pushed
the
refactor/cost-window-boundary
branch
from
September 3, 2026 16:50
2c60c11 to
f81669f
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 16:57
91b9b6e to
1a24e1e
Compare
zzylol
force-pushed
the
refactor/cost-window-boundary
branch
from
September 3, 2026 16:57
f81669f to
6f11aaa
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 3, 2026 17:05
1a24e1e to
a549ae9
Compare
zzylol
force-pushed
the
refactor/cost-window-boundary
branch
from
September 3, 2026 17:05
6f11aaa to
af31303
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
refactor/cost-window-boundary
branch
from
September 4, 2026 00:50
af31303 to
c1d5718
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
refactor/cost-window-boundary
branch
from
September 4, 2026 02:26
c1d5718 to
6029671
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
refactor/cost-window-boundary
branch
from
September 4, 2026 03:04
6029671 to
03bda42
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
refactor/cost-window-boundary
branch
from
September 4, 2026 03:31
03bda42 to
bccb146
Compare
zzylol
force-pushed
the
feat/cost-streaming-planner-integration
branch
from
September 4, 2026 04:02
f8bfc92 to
0c779e7
Compare
zzylol
force-pushed
the
refactor/cost-window-boundary
branch
from
September 4, 2026 04:02
bccb146 to
5c4a62d
Compare
zzylol
changed the base branch from
feat/cost-streaming-planner-integration
to
main
September 4, 2026 11:28
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
Lifecycle policy, planner-visible realization choice, provider identity, and concrete executor deployment are different concepts. The integration boundary must allow workload-specific physical feedback without moving backend implementation or cluster placement into ASAPPlanner.
What
Add a self-contained boundary design document for ASAPPlanner, ASAPQuery-backend, ASAPCollector, and the ASAPQuery data plane.
Ownership
The selected physical identity is retained as provenance and as the handle for downstream compilation; Planner does not interpret it as an executor configuration.
Example
Incrementaldescribes when existing summary state is updated. Tumbling, sliding/panes, and exponential histogram describe planner-visible window realization algorithms. Planner may choose both axes. After that choice, the backend decides how the selected framework is concretely implemented and deployed.Stack: documentation-only, based on #336; #338 adds the window-framework candidate contract.