Re: what does pg_activity mean when the database is stuck?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: what does pg_activity mean when the database is stuck?
Дата
Msg-id 539A3DEF.4060005@hogranch.com
обсуждение исходный текст
Ответ на Re: what does pg_activity mean when the database is stuck?  (Si Chen <sichen@opensourcestrategies.com>)
Ответы Re: what does pg_activity mean when the database is stuck?
Список pgsql-general
On 6/12/2014 4:24 PM, Si Chen wrote:
> PgBouncer looks pretty cool.  Do you recommend using it with jdbc with
> about 50 - 100 normal connections?

Java has quite a few built in connection pooling options.

they all work best if your software is configured to grab a connection,
use it for a transaction, then release it back to the pool.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Spurious Stalls
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Memory leak with CREATE TEMP TABLE ON COMMIT DROP?