EXPLAIN ANALYZE (MySQL)

From wikieduonline
Revision as of 19:11, 5 August 2021 by Chmod14 (talk | contribs) (Created page with "EXPLAIN ANALYZE is a profiling tool for your queries that will show you where MySQL spends time on your query and why. EXPLAIN [ ( option [, ...] ) ] statement EXPLAIN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EXPLAIN ANALYZE is a profiling tool for your queries that will show you where MySQL spends time on your query and why.

EXPLAIN [ ( option [, ...] ) ] statement
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement

See also

Advertising: