- Break the
query plan tree into
sub-tree at
each edge that
represents
materialization:
|
Before
|
After
|
|
|
Relationship of the
sub-trees is:
- Execute
each sub-tree
one-by-one in this
order:
(Execute all your children subtree
before executing
the parent)
- Each sub-tree
(individually) is
executed
simultaneously using
a pipeline:
|