Re: Very strange performance decrease when reusing a PreparedStatement - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Very strange performance decrease when reusing a PreparedStatement
Date
Msg-id 49FE3001.40006@opencloud.com
Whole thread Raw
In response to Re: Very strange performance decrease when reusing a PreparedStatement  (Péter Kovács <maxottovonstirlitz@gmail.com>)
List pgsql-jdbc
Péter Kovács wrote:

> Regardless of what Oracle can or cannot do, the question stays put:
> Can precompiled Postgres SQL statements handle varying parameters?

Yes.

> If
> they can (and people here say they can), why doesn't the JDBC
> PreparedStatement take advantage of it?

It does.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Very strange performance decrease when reusing a PreparedStatement
Next
From: Kris Jurka
Date:
Subject: Re: Unit test patches