Steps in the
Query Optimization process
Step 1:
Convert an
(SQL) query into
a query parse tree
(a.k.a.:
parsing)
Steps in the
Query Optimization process
Step 2:
Convert a
parse tree into
an
initial logical query plan:
Steps in the
Query Optimization process
Step 3:
Transform the
initial query plan into an
optimal query plan:
The Logical (Optimal) Query Plan
Steps in the
Query Optimization process
Step 4:
select
an
Physical Query Operator
(= implementation algorithm):
The Physical Query Plan
❮
❯