Slide 18
Slide 18 text
Postgresql Explain:
A little bit about Mysql
●
Mysql has a fairly basic EXPLAIN
●
Watch out for: Type column
– 'Using index', 'eq_ref', 'const', 'primary' are fine
– 'ref', 'range' may be okay
– 'ALL' is not fine
●
'Rows' column is also a good indicator