Re: Looking for tips - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: Looking for tips
Date
Msg-id 20050719191203.GA16813@uio.no
Whole thread Raw
In response to Re: Looking for tips  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Tue, Jul 19, 2005 at 03:01:00PM -0400, Tom Lane wrote:
> You could possibly get some improvement if you can re-use prepared plans
> for the queries; but this will require some fooling with the client code
> (I'm not sure if DBD::Pg even has support for it at all).

Newer versions has, when compiled against the 8.0 client libraries and using
an 8.0 server (AFAIK).

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: Oliver Crosby
Date:
Subject: Re: Looking for tips
Next
From: PFC
Date:
Subject: Re: Looking for tips