Re: JDBC, prepared queries, and partitioning

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: JDBC, prepared queries, and partitioning
Дата
Msg-id 47B3EB3B.5050605@opencloud.com
обсуждение исходный текст
Ответ на Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: JDBC, prepared queries, and partitioning
Список pgsql-jdbc
Simon Riggs wrote:

> But V3 supports having no parameters at all right?

Yes, but you're missing the point. If you want to, for example, ask for
metadata about the 4th parameter to the query, there has to *be* a 4th
parameter. If you fold everything inline, you lose the various
advantages that having the parameters out of line give you, such as the
ability to query the server about their characteristics or stream their
actual values in a binary form separate to the query, etc.

-O

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

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