pg_explain_query
Analyze PostgreSQL query performance by running EXPLAIN on read-only SELECT statements.
Instructions
Run EXPLAIN on a read-only SELECT query to analyze query performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | A SELECT statement. | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |