Re: Recommended number of connections

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Recommended number of connections
Дата
Msg-id dcc563d10809171039l5d5b9ca4l975462426b8c616e@mail.gmail.com
обсуждение исходный текст
Ответ на Recommended number of connections  (M C <shimeee@yahoo.com>)
Список pgsql-admin
On Wed, Sep 17, 2008 at 11:01 AM, M C <shimeee@yahoo.com> wrote:
> What are the "maximum" amount of "connections" allowed to "postgres"? and
> what would be a resonable amount of connection/processes to see based on
> user connections?

That really depends on what you're doing with it.  If each connection
is doing a simple transaction on a small indexed set, then you can
probably have hundreds of connections open on an even modest machine.
OTOH, if you're running reports across hundreds of megs with a large
work_mem setting then you might be best with only a few dozen or so
connections.

So, what are ya doing and how many users are you supporting at once?

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

Предыдущее
От: Kenneth Marshall
Дата:
Сообщение: Re: Heavy postgres process
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Heavy postgres process