Re: Pooling in Core WAS: Need help in performance tuning.

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Pooling in Core WAS: Need help in performance tuning.
Дата
Msg-id 4C4A78BC.2020101@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Pooling in Core WAS: Need help in performance tuning.  (Joshua Tolley <eggyknap@gmail.com>)
Ответы Re: Pooling in Core WAS: Need help in performance tuning.
Re: Pooling in Core WAS: Need help in performance tuning.
Список pgsql-performance
Joshua Tolley wrote:
> Relatively minor, but it would be convenient to avoid having to query
> $external_pooler to determine the client_addr of an incoming connection.
>

You suggest this as a minor concern, but I consider it to be one of the
most compelling arguments in favor of in-core pooling.  A constant pain
with external poolers is the need to then combine two sources of data in
order to track connections fully, which is something that everyone runs
into eventually and finds annoying.  It's one of the few things that
doesn't go away no matter how much fiddling you do with pgBouncer, it's
always getting in the way a bit.  And it seems to seriously bother
systems administrators and developers, not just the DBAs.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Strange explain on partitioned tables
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Pooling in Core WAS: Need help in performance tuning.