forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Toward Operators
Paul Rogers edited this page Oct 11, 2022
·
10 revisions
To enable multi-tier queries, refactor the existing query structure to be operator based.
- Plan step to work out set of operators required, and distribution.
- Operators do the individual tasks, including network exchanges.
- Convert current scatter/gather into an operator structure.
- Convert cascading query runners to operators.
- Convert "planning" part of execution to a planner.