Re: New server setup

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: New server setup
Дата
Msg-id 1362501244.18199.YahooMailNeo@web162905.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Re: New server setup  (Niels Kristian Schjødt <nielskristian@autouncle.com>)
Ответы Re: New server setup  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: New server setup  (Niels Kristian Schjødt <nielskristian@autouncle.com>)
Список pgsql-performance
Niels Kristian Schjødt <nielskristian@autouncle.com> wrote:

> So my question is, should I also get something like pgpool2 setup
> at the same time? Is it, from your experience, likely to increase
> my throughput a lot more, if I had a connection pool of eg. 20
> connections, instead of 300 concurrent ones directly?

In my experience, it can make a big difference.  If you are just
using the pooler for this reason, and don't need any of the other
features of pgpool, I suggest pgbouncer.  It is a simpler, more
lightweight tool.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Julien Cigar
Дата:
Сообщение: Re: Optimize SELECT * from table WHERE foreign_key_id IN (key1,key2,key3,key4...)
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: New server setup