Query Optimization Presented by Mary Radnor
Query Optimization Presented by Mary Radnor
•Purpose
•General Techniques
•MS Access
•ORACLE
•Example
•Summary
Purpose of Query Optimization
Because…
•Queries having the same final output will vary in the amount of
time it takes to execute them
•Careful use of Between and Equal to, rather than > or <
•Many more!
The ORACLE Query Optimizer
•Even the best of query optimizers may not always find the ideal
way to execute any given query