Re: Need help in performance tuning.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Need help in performance tuning.
Дата
Msg-id 4C37791C0200002500033379@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Need help in performance tuning.  (Greg Smith <greg@2ndquadrant.com>)
Ответы Re: Pooling in Core WAS: Need help in performance tuning.  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
Greg Smith <greg@2ndquadrant.com> wrote:

> if you're at the point where you have so many connections that you
> need a pool, the last place you want to put that is on the
> overloaded database server itself.  Therefore, it must be an
> external piece of software to be effective, rather than being part
> of the server itself.

It *is* the last place you want to put it, but putting it there can
be much better than not putting it *anywhere*, which is what we've
often seen.

-Kevin

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

Предыдущее
От: Jeremy Palmer
Дата:
Сообщение: Re: Index usage with functions in where condition
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Need help in performance tuning.