Re: JDBC, prepared queries, and partitioning

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC, prepared queries, and partitioning
Дата
Msg-id Pine.BSO.4.64.0802131602540.9961@leary.csoft.net
обсуждение исходный текст
Ответ на Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-jdbc

On Wed, 13 Feb 2008, Simon Riggs wrote:

> On Wed, 2008-02-13 at 15:43 -0500, Kris Jurka wrote:
>
>> No, in V3 all prepared statements are prepared regardless of the
>> threshold.
>
> Am I reading the wrong documentation?
> http://jdbc.postgresql.org/documentation/83/connect.html#connection-parameters
>

The documentation is just simplifying the complexities of named vs unnamed
statements.  Aside from a couple of exceptions, an unnamed prepared
statement should perform equivalently to direct execution of the literal
query.  Describing it as semi-prepared is complicated and not particularly
useful if there is no way to get non-prepared behavior.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning