Skip to content

Parameterized query plans#5287

Open
joshua-spacetime wants to merge 1 commit into
masterfrom
joshua/params-and-bind-vars
Open

Parameterized query plans#5287
joshua-spacetime wants to merge 1 commit into
masterfrom
joshua/params-and-bind-vars

Conversation

@joshua-spacetime

@joshua-spacetime joshua-spacetime commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description of Changes

Makes runtime parameters explicit in query plans (prerequisite for parameterized views).

As part of this change, sender is no longer baked directly into query plans as a literal value. Instead it is represented as a parameter in the query plan. Values are supplied at runtime via a variable environment called ExecutionParams.

Note, parameterized plans are still not shared across subscriptions yet. That will be done in a follow up.

This is mostly a mechanical change. The majority of the diff is just threading runtime params/variables through various call sites.

API and ABI breaking changes

N/A

Expected complexity level and risk

...

Testing

Existing coverage

Base automatically changed from joshua/refactor/subscription-plan-cache to master June 12, 2026 14:42
@joshua-spacetime joshua-spacetime force-pushed the joshua/params-and-bind-vars branch from 5e6ad1e to c90f4ed Compare June 12, 2026 16:10
@joshua-spacetime joshua-spacetime force-pushed the joshua/params-and-bind-vars branch from f3fdb25 to f6d510a Compare June 12, 2026 17:22
@joshua-spacetime joshua-spacetime marked this pull request as ready for review June 12, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant