- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
文档将 avg_wait_time 描述为:
Time spent by clients waiting for a server in microseconds (average per second).
最佳答案
从 hackernoon 读取流程导致您的连接池耗尽,新连接需要等到空闲位置可用于连接到池,或者进入执行阶段。
These server connections, that clients get linked to, are “pooled” — limited in number and reused. Because of that it might occur that while client sends some request (beginning a transaction or performing a query) a corresponding server connection pool is exhausted, i.e. pgbouncer oppened as many connections as were allowed it and all of them are occupied by (linked to) some other clients. PgBouncer in this scenario puts client into a queue, and this client’s connection goes to a CL_WAITING state. This might happen as well while client only logging in, so there’s CL_WAITING_LOGIN for that also:
关于pgbouncer - 是什么导致 pgbouncer 的 avg_wait_time > 0?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54697377/
文档将 avg_wait_time 描述为: Time spent by clients waiting for a server in microseconds (average per secon
我是一名优秀的程序员,十分优秀!