Re: How to speed-up inserts with jdbc - Mailing list pgsql-performance

From Edwin Eyan Moragas
Subject Re: How to speed-up inserts with jdbc
Date
Msg-id 376dd195041111131012d6cb66@mail.gmail.com
Whole thread Raw
In response to Re: How to speed-up inserts with jdbc  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
List pgsql-performance
On Thu, 11 Nov 2004 11:04:18 +0100, Steinar H. Gunderson
<sgunderson@bigfoot.com> wrote:
> You don't even need a "BEGIN" and "END"; his code has a setAutoComit(true)
> before the for loop, which just has to be changed to setAutoCommit(false)
> (and add an explicit commit() after the for loop, of course).

amen. i stand corrected.

-eem

pgsql-performance by date:

Previous
From: Greg Stark
Date:
Subject: Re: Strange (?) Index behavior?
Next
From: Allen Landsidel
Date:
Subject: Re: Strange (?) Index behavior?