Difference between revisions of "EXPLAIN ANALYZE (MySQL)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
EXPLAIN [ ( option [, ...] ) ] statement | EXPLAIN [ ( option [, ...] ) ] statement | ||
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement | EXPLAIN [ ANALYZE ] [ VERBOSE ] statement | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[EXPLAIN]]</code> | ||
== See also == | == See also == | ||
+ | * {{explain}} | ||
* {{SQL}} | * {{SQL}} | ||
− | * {{MySQL} | + | * {{MySQL}} |
[[Category:MySQL]] | [[Category:MySQL]] | ||
[[Category:SQL]] | [[Category:SQL]] |
Latest revision as of 14:22, 9 May 2023
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[edit]
See also[edit]
- EXPLAIN, EXPLAIN ANALYZE, EXPLAIN VERBOSE
- 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: