Difference between revisions of "EXPLAIN ANALYZE (MySQL)"
Jump to navigation
Jump to search
m (Welcome moved page EXPLAIN ANALYZE to EXPLAIN ANALYZE (MySQL)) Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 6: | Line 6: | ||
== See also == | == See also == | ||
* {{SQL}} | * {{SQL}} | ||
− | * {{ | + | * {{MySQL} |
− | [[Category: | + | [[Category:MySQL]] |
[[Category:SQL]] | [[Category:SQL]] |
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
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}
Advertising: