40
Example PostgreSQL Execution
(cont)
The execution plan tree
contains three nodes:
NestedLoop
with join condition
(Outer.manager = Inner.name)
IndexScan
on Departments with selection
(name = 'Shoe')
SeqScan
on Employees