Re: Built-in connection pooling

Поиск
Список
Период
Сортировка
От Konstantin Knizhnik
Тема Re: Built-in connection pooling
Дата
Msg-id 6a404877-7dec-841b-b8a8-77679d8995af@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Built-in connection pooling  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: Built-in connection pooling  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers

On 20.04.2018 01:58, Tatsuo Ishii wrote:
>> I think there's plenty things that don't really make sense solving
>> outside of postgres:
>> - additional added hop / context switches due to external pooler
> This is only applied to external process type pooler (like Pgpool-II).
>
>> - temporary tables
>> - prepared statements
>> - GUCs and other session state
> These are only applied to "non session based" pooler; sharing a
> database connection with multiple client connections. "Session based"
> connection pooler like Pgpool-II does not have the shortcomings.
But them are not solving the main problem: restricting number of 
launched backends.
Pgbouncer  also can be used in session pooling mode. But  it makes sense 
only if there is limited number of clients which permanently 
connect/disconnect to the database.
But I do not think that it is so popular use case. Usually there is very 
large number of connected clients which rarely drop connection but only 
few of them are active at each moment of time.

-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



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

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Built-in connection pooling
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Built-in connection pooling