Re: Postgre Performance

Поиск
Список
Период
Сортировка
От Deshpande, Yogesh Sadashiv (STSD-Openview)"
Тема Re: Postgre Performance
Дата
Msg-id D1845D432CC3A64F8653DFEFB3732D5017B327B4@G4W3296.americas.hpqcorp.net
обсуждение исходный текст
Ответ на Re: Postgre Performance  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Ответы Re: Postgre Performance
Список pgsql-general

I am not able to find binary distribution of pgbouncer for windows.. Can you point me to the location?

 

From: Raghavendra [mailto:raghavendra.rao@enterprisedb.com]
Sent: Tuesday, October 18, 2011 10:33 PM
To: Bill Moran
Cc: Deshpande, Yogesh Sadashiv (STSD-Openview); pgsql-general@postgresql.org
Subject: Re: [GENERAL] Postgre Performance

 

> We need following information
>
> 1.       Is there any configuration we do that would pool the connection request rather than coming out with connection limit exceed.

Use pgpool or pgbouncer.

 

 

Use pgbouncer, which is a light weighted connection pooling tool, if you are not opting for load balancing.

 


> Basically we wanted to limit the number of processes so that client code doesn't have to retry for unavailability for connection or sub processes , but postgre takes care of queuing?

 

For controlling unavailability of connections, it may be possible at application level but its not possible at Database level. However, if connections reaches max limit, DB will alert you as it reached max_connection.

 

--Raghav

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

Предыдущее
От: Samuel Hwang
Дата:
Сообщение: Can someone help explain what's going on from the attached logs?
Следующее
От: "Deshpande, Yogesh Sadashiv (STSD-Openview)"
Дата:
Сообщение: Re: Postgre Performance