Re: PQconnectStart/PQconnectPoll

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: PQconnectStart/PQconnectPoll
Дата
Msg-id 20121120125723.156400@gmx.com
обсуждение исходный текст
Ответ на PQconnectStart/PQconnectPoll  (Sergio Mayoral <mayoralstuttgart@yahoo.com>)
Список pgsql-performance
Sergio Mayoral wrote:

> I cannot use persistent connections. I must open/close a connection
> anytime I want to insert something new.

That's odd. Why is that?

> do i have to configure something different? Am i missing something?

You could use pgbouncer to hold database connections open for you and
provide a somewhat more lightweight connection process.

-Kevin


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: help on slow query using postgres 8.4
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Poor performance using CTE