Re: what does pg_activity mean when the database is stuck?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: what does pg_activity mean when the database is stuck?
Дата
Msg-id CAB7nPqRgubA_CS1QAvt-fQXAPAZndygy0afysF8AxL0tn42Ytg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: what does pg_activity mean when the database is stuck?  (Si Chen <sichen@opensourcestrategies.com>)
Ответы Re: what does pg_activity mean when the database is stuck?  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
On Thu, Jun 12, 2014 at 11:44 AM, Si Chen
<sichen@opensourcestrategies.com> wrote:
> Is there a way to configure postgresql to automatically release connections
> that have been idle for a set amount of time?
Not directly. However with 9.3 you could use a background worker like this one:
https://github.com/michaelpq/pg_plugins/tree/master/kill_idle
It tracks connections that have been idle for a given amount of time
and closes them with pg_terminate_backend when theyr are idle for a
amount of time longer than the one set.
--
Michael


В списке pgsql-general по дате отправления:

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: Postgres 9.2.4 - rebuild PostgreSQL using --with-libxml
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: what does pg_activity mean when the database is stuck?