| How long are the active queries running? |
Waiting clients cannot proceed until a backend becomes idle. |
| Is the node CPU saturated? |
Adding more simultaneously executing backends may make contention worse. |
| Would additional CPU capacity help? |
Persistent concurrency pressure may indicate the workload needs more compute rather than more connections. |
| Is ysql_max_connections appropriate? |
Too few backends can cause unnecessary queuing, while too many can increase resource contention. |
| Are connections protected for internal operations? |
The reserve prevents Connection Manager from consuming backend capacity needed by direct/internal operations. |