explain
Reveal the query plan for any SQL statement to identify performance bottlenecks. Set analyze to true to execute and get actual timings.
Instructions
Show the query plan (EXPLAIN). Set analyze=true to actually run the statement and get real timings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| analyze | No | ||
| profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |