Re: Terminate the idle sessions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Terminate the idle sessions
Дата
Msg-id 20200610082518.GC358163@paquier.xyz
обсуждение исходный текст
Ответ на Re: Terminate the idle sessions  (Li Japin <japinli@hotmail.com>)
Ответы Re: Terminate the idle sessions  (Li Japin <japinli@hotmail.com>)
Список pgsql-hackers
On Wed, Jun 10, 2020 at 05:20:36AM +0000, Li Japin wrote:
> I agree with you.  But we can also give the user to control the idle
> sessions lifetime.

Idle sessions staying around can be a problem in the long run as they
impact snapshot building.  You could for example use a background
worker to do this work, like that:
https://github.com/michaelpq/pg_plugins/tree/master/kill_idle
--
Michael

Вложения

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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Speedup usages of pg_*toa() functions
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Physical replication slot advance is not persistent