Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue

Optimizing Queries

The EXPLAIN statement causes MySQL to reveal how a particular query is executed. This information is obviously quite helpful in obtaining information necessary to optimize slow or costly queries.

...