Cluster Query Diagnostics Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. See also:
- Hybrid Manager dual release strategy
- Documentation for the current Long-term support release
Query Diagnostics
The Query Diagnostics tab provides insight into the workload running on your cluster. It collects detailed statistics on the queries that have been executed, enabling users to quickly identify problem areas.
The Query Diagnostics tab comprises four charts and a table of queries, providing helpful statistics for diagnosing performance issues with query execution.
Charts
The charts are the following:
- “Query latency”, a line chart with query latency percentiles (50, 90 and 99),
- “Number of queries executed”, a line chart with the raw count of executed queries,
- “Query latency histogram”, a bar chart with query latency distributions,
- “Number of active sessions”, a stacked area chart with the number of active sessions and the related wait states for I/O, CPU, IPC, and locks.
The filters allow users to restrict data by:
- A time interval,
- A start and end date,
- Specific nodes.
Query Table
Below the charts, a table lists all the collected queries along with their info and statistics:
- “Query ID”, the ID of the query,
- “Query”, the truncated query text,
- “# of Executions”, the number of executions for this query,