Query Execution (cont)
A query execution plan:
- consists of a collection of RelOps
- executing together to produce a set of result tuples
Results may be passed from one operator to the next:
- materialization ... writing results to disk and reading them back
- pipelining ... generating and passing via memory buffers
|