Re: Very strange performance decrease when reusing a PreparedStatement

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Very strange performance decrease when reusing a PreparedStatement
Дата
Msg-id 49FE3001.40006@opencloud.com
обсуждение исходный текст
Ответ на Re: Very strange performance decrease when reusing a PreparedStatement  (Péter Kovács <maxottovonstirlitz@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Very strange performance decrease when reusing a PreparedStatement
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Unit test patches