Re: PQconnectStart/PQconnectPoll - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PQconnectStart/PQconnectPoll
Date
Msg-id 20121120125723.156400@gmx.com
Whole thread Raw
In response to PQconnectStart/PQconnectPoll  (Sergio Mayoral <mayoralstuttgart@yahoo.com>)
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