Re: JDBC gripe list

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Dave Cramer" <pg(at)fastcrypt(dot)com>,"Quartz" <quartz12h(at)yahoo(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC gripe list
Date: 2011-03-29 21:32:04
Message-ID: 4D920984020000250003BF08@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer <pg(at)fastcrypt(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2011-03-29 22:30:10 Re: JDBC gripe list
Previous Message Kevin Grittner 2011-03-29 21:18:34 Re: JDBC gripe list