Re: JDBC gripe list - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: JDBC gripe list
Date
Msg-id 4D920984020000250003BF08@gw.wicourts.gov
Whole thread Raw
In response to Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Re: JDBC gripe list  (Quartz <quartz12h@yahoo.com>)
List pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> wrote:

> it would be done in a transaction otherwise what is the point ?

That's a fair question.  A batch will almost always run faster if
done as a single transaction which either runs in its entirety or
fails in its entirety.  What is the reason for wanting to use batch
processing if not for speed?  I think we need to see a reasonable
use case from someone advocating this change in order to justify it.
(Note: "It works in MySQL" won't cut it.)

-Kevin

pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: JDBC gripe list
Next
From: Dave Cramer
Date:
Subject: Re: JDBC gripe list