Re: Built-in connection pooler

Поиск
Список
Период
Сортировка
От Ryan Lambert
Тема Re: Built-in connection pooler
Дата
Msg-id CAN-V+g852qfYNhQyd-s+Ar0dkOLK9pzVUdmHwO-LwDdQLn0CyQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Built-in connection pooler  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Built-in connection pooler  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers

I attached to this mail patch which is fixing both problems: correctly 
reports error to the client and calculates  number of idle clients).

Yes, this works much better with max_sessions=1000.  Now it's handling the 300 connections on the small server.   n_idle_clients now looks accurate with the rest of the stats here.

postgres=# SELECT n_clients, n_backends, n_idle_backends, n_idle_clients FROM pg_pooler_state();
 n_clients | n_backends | n_idle_backends | n_idle_clients
-----------+------------+-----------------+----------------
       150 |         10 |               9 |            149
       150 |         10 |               6 |            146


Ryan Lambert


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Global temporary tables
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Small patch to fix build on Windows