Re: Under what circumstances does PreparedStatement use stored plans?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: James Robinson <jlrobins(at)socialserve(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Under what circumstances does PreparedStatement use stored plans?
Date: 2004-04-14 03:40:40
Message-ID: 29883.1081914040@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

James Robinson <jlrobins(at)socialserve(dot)com> writes:
> This sort of fix belongs down deep in AbstractJDBC1Statement,
> whereas my hack-ish cache would exist at a layer much higher
> than this,

I didn't say it was easy ;-) ... when we were designing this last year,
Dave gave me to understand that actually using it will take some pretty
significant revisions in the JDBC driver. But the way forward is open,
as far as I know.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message James Robinson 2004-04-14 03:54:44 Re: Under what circumstances does PreparedStatement use stored plans?
Previous Message James Robinson 2004-04-14 03:26:18 Re: Under what circumstances does PreparedStatement use stored plans?