JDBC addBatch more efficient?

From: David Wall <d(dot)wall(at)computer(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: JDBC addBatch more efficient?
Date: 2008-04-20 17:49:40
Message-ID: 480B8234.8030505@computer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just checking if the JDBC library's batch processing code is more
efficient with respect to the postgresql back end or not. Does it
really batch the requests and submit them once over the link, or does it
just send them to the database to be processed one at a time?

Thanks,
David

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2008-04-20 17:49:50 Re: Changed Hosts, Lots of Errors in PostgreSQL - Help Please!
Previous Message Craig Ringer 2008-04-20 17:42:18 Re: Changed Hosts, Lots of Errors in PostgreSQL - Help Please!