Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: PQconnectStart/PQconnectPoll - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PQconnectStart/PQconnectPoll
Date
Msg-id [email protected]
Whole thread Raw
In response to PQconnectStart/PQconnectPoll  (Sergio Mayoral <[email protected]>)
List 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 by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: help on slow query using postgres 8.4
Next
From: Merlin Moncure
Date:
Subject: Re: Poor performance using CTE