Re: [HACKERS] Pipelining executions to postgresql server - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: [HACKERS] Pipelining executions to postgresql server
Date
Msg-id 54587E8F.5060206@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Pipelining executions to postgresql server  (Scott Harrington <scotth01@sns-usa.com>)
List pgsql-jdbc
On 11/03/2014 07:05 AM, Scott Harrington wrote:

> I looked over your patch. Your list of ResultHandlerHolders seems to be
> the right direction, but as Tom Lane mentioned there may need to be some
> way to ensure the statements are all in the same transaction.

Why go down this track, when we already have batching?

Just use the standard JDBC API batching facilities and add the missing
support for batching queries that return result sets in PgJDBC.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Pipelining executions to postgresql server
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Pipelining executions to postgresql server