Idle connections

Поиск
Список
Период
Сортировка
От Georgi Ivanov
Тема Idle connections
Дата
Msg-id AANLkTim9-sp0Tihgxrj44OFf+b0KOS4z86RVfTxkN2Gd@mail.gmail.com
обсуждение исходный текст
Ответы Re: Idle connections  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
Hi,
I have some issue where
SELECT * from pg_stat_activity WHERE current_query='<IDLE>';
returns too many rows .

What is the meaning of IDLE ?
I suspect that the server is overloaded with idle connections, but i don't know why .
Sometimes i am forced to do
 SELECT pg_terminate_backend(procpid) from pg_stat_activity where current_query='<IDLE>';


Queries comes from 2 web nodes .

Any ideas why is this happening ?

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

Предыдущее
От: Jutta Buschbom
Дата:
Сообщение: Re: Compilation of optional packages
Следующее
От: "Andrus"
Дата:
Сообщение: pg_dump returns No buffer space available