Difference between revisions of "EXPLAIN ANALYZE (MySQL)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 3: | Line 3: | ||
EXPLAIN [ ( option [, ...] ) ] statement | EXPLAIN [ ( option [, ...] ) ] statement | ||
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement | EXPLAIN [ ANALYZE ] [ VERBOSE ] statement | ||
+ | |||
+ | == Related terms == | ||
+ | * [[EXPLAIN]] | ||
== See also == | == See also == |
Revision as of 06:33, 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
Related terms
See also
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
- MySQL,
mysqldump, mysqladmin
, XtraBackup, MySQL Enterprise Backup, MyISAM,/var/log/mysql/
, MySQL Workbench, Adminer,ib_logfile0, mysqld --help --verbose
, MySQL versions
Advertising: