Re: Client libraries supporting pipelining

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Client libraries supporting pipelining
Дата
Msg-id Pine.BSO.4.63.0602131604370.15458@leary.csoft.net
обсуждение исходный текст
Ответ на Client libraries supporting pipelining  (Florian Weimer <fw@deneb.enyo.de>)
Список pgsql-interfaces

On Mon, 13 Feb 2006, Florian Weimer wrote:

> Which client libraries support pipelining, to reduce server
> round-trips?

JDBC supports batch execution for INSERT, UPDATE, and DELETE via 
[Prepared]Statement.addBatch().  Support for multiple ResultSets is 
available by concatenating queries with ; and sending them in the standard 
fashion.

Kris Jurka


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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Client libraries supporting pipelining
Следующее
От: James William Pye
Дата:
Сообщение: Re: Client libraries supporting pipelining