Re: Looking for tips - Mailing list pgsql-performance

From Vivek Khera
Subject Re: Looking for tips
Date
Msg-id AAEE6A63-1412-426E-AB0F-9573E9CB90AF@khera.org
Whole thread Raw
In response to Re: Looking for tips  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On Jul 19, 2005, at 3:01 PM, 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).
>

DBD::Pg 1.40+ by default uses server-side prepared statements when
you do $dbh->prepare() against an 8.x database server.

Vivek Khera, Ph.D.
+1-301-869-4449 x806



Attachment

pgsql-performance by date:

Previous
From: Jeff Trout
Date:
Subject: Re: COPY insert performance
Next
From: John A Meinel
Date:
Subject: Cheap RAM disk?