1.空闲长事务连接
使用idle_in_transaction_session_timeout参数,默认值是0,不开启,例如配置为5分钟。
idle_in_transaction_session_timeout = 5min
注意:该参数对idle正常连接无影响。
2.空闲连接
可使用扩展插件pg_timeout插件,配置postgresql.conf
shared_preload_libraries = 'pg_timeout'
pg_timeout.naptime=60 #单位为秒
pg_timeout.idle_session_timeout=60 #单位为秒
3.异常连接
客户端异常断开的连接,可配置postgresql.conf
tcp_keepalives_idle = 60
tcp_keepalives_interval = 20
tcp_keepalives_count = 3
注意:不配置会使用操作系统默认值。
最后修改时间:2022-10-23 10:32:22
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。