当“statement_timeout = 0”时,函数上的 PostgreSQL 语句超时错误

发布于 2025-01-11 14:49:35 字数 756 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文