Re: How to speed-up inserts with jdbc

Поиск
Список
Период
Сортировка
От Edwin Eyan Moragas
Тема Re: How to speed-up inserts with jdbc
Дата
Msg-id 376dd195041111131012d6cb66@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to speed-up inserts with jdbc  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Strange (?) Index behavior?
Следующее
От: Allen Landsidel
Дата:
Сообщение: Re: Strange (?) Index behavior?