Re: streaming result sets: progress

Поиск
Список
Период
Сортировка
От Scott Lamb
Тема Re: streaming result sets: progress
Дата
Msg-id 3DDF9CA6.4010202@slamb.org
обсуждение исходный текст
Ответ на streaming result sets: progress  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Ответы Re: streaming result sets: progress
Re: streaming result sets: progress
Список pgsql-jdbc
snpe wrote:
> Yes, it is legitime, but execute and fetch are separated command.
> There isn't good reason for doing fetch with execute - maybe user never call fetch.

Network efficiency. By batching the commands together, it avoids a round
trip to the database server.

Scott


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re:
Следующее
От: Nic Ferrier
Дата:
Сообщение: Re: streaming result sets: progress