Connections
6 issues in this category.
All
Index Issues
Table Health
Sequence Issues
Transaction ID
Replication
Connections
Configuration
Extensions
Connection Blocking
WarningA query is blocked waiting for a lock held by another session. This creates a blocking chain that can cascade to affect multiple queries.
Connection Pool Exhaustion
WarningThe database is approaching its max_connections limit. New connections may fail if the limit is reached.
Idle Connection
NoticeA connection has been idle for an extended period, consuming a connection slot without doing useful work.
Idle Transaction
WarningA connection is in "idle in transaction" state, holding locks and preventing VACUUM from cleaning up dead tuples.
Long-Running Query
WarningA query has been executing for more than 5 minutes, which may indicate a performance problem or runaway operation.
Old Transaction
NoticeA transaction has been open for more than 5 minutes, which may indicate a problem and can prevent vacuum from cleaning up dead tuples.