Skip to content

Toward Operators

Paul Rogers edited this page Oct 11, 2022 · 10 revisions

Goal

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.

Means

  • Convert current scatter/gather into an operator structure.
  • Convert cascading query runners to operators.
  • Convert "planning" part of execution to a planner.

Details

Clone this wiki locally