Writing Fast Queries
•
EXPLAIN SELECT
–
Table
•
Order is significant
•
Aliases appear
–
Type
•
System
–
Table has one row
–
Easily optimized
•
Const
–
Only a single row matches
–
Read once
Copyright 2003, Jeremy Zawodny