Re: How to speed-up inserts with jdbc

From: Edwin Eyan Moragas <haaktu(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to speed-up inserts with jdbc
Date: 2004-11-11 21:10:57
Message-ID: 376dd195041111131012d6cb66@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 11 Nov 2004 11:04:18 +0100, Steinar H. Gunderson
<sgunderson(at)bigfoot(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Allen Landsidel 2004-11-11 21:12:51 Re: Strange (?) Index behavior?
Previous Message Greg Stark 2004-11-11 20:49:46 Re: Strange (?) Index behavior?