Difference between revisions of "EXPLAIN ANALYZE (MySQL)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Related terms == | == Related terms == | ||
− | * [[EXPLAIN]] | + | * <code>[[EXPLAIN]]</code> |
== See also == | == See also == | ||
+ | * {{explain}} | ||
* {{SQL}} | * {{SQL}} | ||
* {{MySQL}} | * {{MySQL}} |
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: