ANALYZE FORMAT=JSON
Gain deep insight into query execution with JSON-formatted analysis. This command combines optimizer estimates with actual runtime statistics for precise performance tuning.
Basic Execution Data
Advanced Execution Data
InnoDB engine statistics
"r_engine_stats": {
"pages_accessed": integer,
"pages_updated": integer,
"pages_read_count": integer,
"pages_prefetch_read_count": integer,
"pages_read_time_ms": double,
"old_rows_read": integer
}SHOW ANALYZE FORMAT=JSON
Data About Individual Query Plan Nodes
Use Cases
Last updated
Was this helpful?

