Re: Terminate the idle sessions

Поиск
Список
Период
Сортировка
От Li Japin
Тема Re: Terminate the idle sessions
Дата
Msg-id AFE3C678-9687-41AA-8BD7-D00A48C65267@hotmail.com
обсуждение исходный текст
Ответ на Re: Terminate the idle sessions  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Terminate the idle sessions  (Adam Brusselback <adambrusselback@gmail.com>)
Список pgsql-hackers


On Jun 10, 2020, at 4:25 PM, Michael Paquier <michael@paquier.xyz> wrote:

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

Why not implement it in the core of Postgres? Are there any disadvantages of
implementing it in the core of Postgres?

Japin Li

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Atomic operations within spinlocks
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Recording test runtimes with the buildfarm