Re: Client libraries supporting pipelining

From: Kris Jurka <books(at)ejurka(dot)com>
To: Florian Weimer <fw(at)deneb(dot)enyo(dot)de>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Client libraries supporting pipelining
Date: 2006-02-13 21:07:42
Message-ID: Pine.BSO.4.63.0602131604370.15458@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message James William Pye 2006-02-13 21:22:40 Re: Client libraries supporting pipelining
Previous Message Florian Weimer 2006-02-13 20:59:06 Client libraries supporting pipelining