mysql_explain_query
Explain a MySQL query's execution plan to analyze and optimize database performance. Understand how the database processes your SQL.
Instructions
Get the execution plan for a MySQL query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The query to EXPLAIN. | |
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |