Re: Peformance Tuning Opterons/ Hard Disk Layout

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Peformance Tuning Opterons/ Hard Disk Layout
Дата
Msg-id 21207.1109184690@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Peformance Tuning Opterons/ Hard Disk Layout  (Rod Taylor <pg@rbt.ca>)
Список pgsql-performance
Rod Taylor <pg@rbt.ca> writes:
> The kernel also starts to play a significant role with a high number of
> connections. Some operating systems don't perform as well with a high
> number of processes (process handling, scheduling, file handles, etc.).

Right; the main problem with having lots more backends than you need is
that the idle ones still eat their share of RAM and open file handles.

A connection pooler uses relatively few resources per idle connection,
so it's a much better impedance match if you want to service lots of
connections that are mostly idle.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Peformance Tuning Opterons/ Hard Disk Layout
Следующее
От: John Allgood
Дата:
Сообщение: Re: Peformance Tuning Opterons/ Hard Disk Layout