ANALYZE and EXPLAIN Statements

Title Description
ANALYZE FORMAT=JSON Mix of the EXPLAIN FORMAT=JSON and ANALYZE statement features.
ANALYZE FORMAT=JSON Examples Examples with ANALYZE FORMAT=JSON.
ANALYZE Statement Invokes the optimizer, executes the statement, and then produces EXPLAIN output.
EXPLAIN EXPLAIN returns information about index usage, as well as being a synonym for DESCRIBE.
EXPLAIN ANALYZE Old implementation, now ANALYZE statement
EXPLAIN FORMAT=JSON Variant of EXPLAIN that produces output in JSON form
SHOW EXPLAIN Shows an execution plan for a running query.
Using Buffer UPDATE Algorithm Explanation of UPDATE's "Using Buffer" algorithm
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/analyze-and-explain-statements/