Bind message

Поиск
Список
Период
Сортировка
От Do, Leon
Тема Bind message
Дата
Msg-id 275654F2AE237D438ACC1FE2697CD8C91EC2702C@nj7460exch008u.ho.lucent.com
обсуждение исходный текст
Ответы Re: Bind message
Список pgsql-jdbc
Hi All,
 
From my understanding, when I create a prepare statement I can execute it multiple times and to increase the efficiency.   But from what I seen from the logging, Postgres always send the same message sequences over the wire.
parse,
bind,
describe,
execute
....
parse,
bind,
describe
execute
 
It should execute parse only one time right?
 
If this is not the right forum then please let me know or direct me to the right forum
 
thanks
 
Leon Do
 
 

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

Предыдущее
От: Tore Halset
Дата:
Сообщение: the good old getObject() issue..
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Bind message