Re: Need help in performance tuning.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Need help in performance tuning.
Дата
Msg-id 4C3D7C2F020000250003353C@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Need help in performance tuning.  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Need help in performance tuning.
Список pgsql-performance
Scott Marlowe <scott.marlowe@gmail.com> wrote:
> Hannu Krosing <hannu@2ndquadrant.com> wrote:
>> One example where you need a separate connection pool is pooling
>> really large number of connections, which you may want to do on
>> another host than the database itself is running.
>
> Definitely.  Often it's best placed on the individual webservers
> that are making requests, each running its own pool.

Each running its own pool?  You've just made a case for an
admissions policy based on active database transactions or active
queries (or both) on the server having a benefit when used with this
pooling arrangement.  This collection of pools can't know when the
CPUs have enough to keep them busy and adding more will degrade
performance.

-Kevin

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

Предыдущее
От: Ivan Voras
Дата:
Сообщение: Re: Understanding tsearch2 performance
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Understanding tsearch2 performance