Difference between revisions of "EXPLAIN ANALYZE (MySQL)"

From wikieduonline
Jump to navigation Jump to search
(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...")
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
EXPLAIN ANALYZE is a profiling tool for your queries that will show you where [[MySQL]] spends time on your query and why.
+
[[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 [ ( option [, ...] ) ] statement

Revision as of 06:29, 6 August 2021

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: