
August 10th, 2006, 09:00 AM
|
|
|
|
Analyzing Queries for Speed with EXPLAIN
When you are trying to optimize your queries to run quickly and efficiently, you may encounter queries that really should run faster. That's where EXPLAIN comes in handy. This article shows you how to use EXPLAIN in query analysis. It is excerpted from chapter 13 of the MySQL Certification Guide, written by Paul Dubois et al. (Sams, 2005; ISBN: 0672328127).
Read the full article here: Analyzing Queries for Speed with EXPLAIN
For more discussion go here: Blog Article Discussion
|