JDBC statement batching in 7.4? - Mailing list pgsql-jdbc

From Michael Nonemacher
Subject JDBC statement batching in 7.4?
Date
Msg-id 30CE68DEED8695408D42F4D78183D522018484@txw2kse2k01.austin.messageone.com
Whole thread Raw
List pgsql-jdbc
Several of the products I've developed have been using PostgreSQL from
java for awhile now, and I've been anxiously awaiting real statement
batching (one roundtrip per executeBatch) for some time now.  Is this on
the roadmap?  Is there any good reason this hasn't been implemented yet?

I've seen a few messages about how batching is now supported, but it
looks to me like there's no real advantage to using it, because it's
still a roundtrip per query.  To me, the whole point of batching is to
execute a number of statements in a single roundtrip.  Will this ever
happen?

schmoe

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: JDBC3 and 7.4.1
Next
From: "Chris Smith"
Date:
Subject: PATCH: SSL documentation and flexibility