Re: Looking for tips

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Looking for tips
Date: 2005-07-19 19:12:03
Message-ID: 20050719191203.GA16813@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message PFC 2005-07-19 19:14:04 Re: Looking for tips
Previous Message Oliver Crosby 2005-07-19 19:11:15 Re: Looking for tips