Re: increasing database connections

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: increasing database connections
Дата
Msg-id 20070301085824.GB27639@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: increasing database connections  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: increasing database connections
Список pgsql-performance
On Thu, Mar 01, 2007 at 12:49:14AM -0500, Jonah H. Harris wrote:
> On 3/1/07, Shiva Sarna <shivasarna@yahoo.co.in> wrote:
> >I am sorry if it is a repeat question but I want to know if database
> >performance will decrease if I increase the max-connections to 2000. At
> >present it is 100.
>
> Most certainly.  Adding connections over 200 will degrade performance
> dramatically.  You should look into pgpool or connection pooling from
> the application.

Are you sure? I've heard of at least one installation which runs with
5000+ connections, and it works fine. (you know who you are - I don't
know if it's public info, so I can't put out the details - but feel free
to fill in :P)

That said, there's certainly some overhead, and using pgpool if possible
is good advice (depending on workload). I'm just wondering about
the "dramatically" part.

//Magnus

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: increasing database connections
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: increasing database connections