markdown 设置MAX超时IDLE postgres连接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 设置MAX超时IDLE postgres连接相关的知识,希望对你有一定的参考价值。

# This set max time to close connection in postgres connections

[https://www.postgresql.org/docs/9.6/static/runtime-config-client.html#GUC-IDLE-IN-TRANSACTION-SESSION-TIMEOUT](Postgres 9.6 Documentation)

Change max default timeout

    SET SESSION idle_in_transaction_session_timeout = '5min';
    
Force Close connections

    SELECT pg_terminate_backend(pid)
        FROM pg_stat_activity
        WHERE datname = 'database_name'
          AND pid <> pg_backend_pid()
          AND state = 'idle'

以上是关于markdown 设置MAX超时IDLE postgres连接的主要内容,如果未能解决你的问题,请参考以下文章

解决redis上显示timeout连接超时

redis未设置idle超时时间导致连接过多

将 automatic_scaling max_idle_instances 设置为零 (0) 有啥作用?

oracle链接超时问题,应该怎么设置

如何在 Hive 中配置会话超时

华为交换机未配置超时设备