当“statement_timeout = 0”时,函数上的 PostgreSQL 语句超时错误
我正在使用 PGWatch2 监视主(写)服务器和两个复制(读)服务器。此监控使用此函数 获取查询信息。主服务器上没有错误,但复制有此错误:
pgwatch2@database ERROR: canceling statement due to statement timeout
pgwatch2@database STATEMENT:
with q_data as (
select
...
此查询在主服务器上花费大约 7 秒, 复制服务器和主服务器都有 statement_timeout=0
:
statement_timeout
-------------------
0
(1 row)
我在 UBUNTU 20.04.1 上使用 PostgreSQL 12.9
I'm using PGWatch2 monitoring for a master(write) and two replication(read) servers. This monitoring uses this function to get query information. There is no errors on master server but replications have this error:
pgwatch2@database ERROR: canceling statement due to statement timeout
pgwatch2@database STATEMENT:
with q_data as (
select
...
This query takes about 7s on master and
both replication servers and master has statement_timeout=0
:
statement_timeout
-------------------
0
(1 row)
I'm using PostgreSQL 12.9 on UBUNTU 20.04.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论