Re: slow speeds after 2 million rows inserted

Поиск
Список
Период
Сортировка
От Guy Rouillier
Тема Re: slow speeds after 2 million rows inserted
Дата
Msg-id 4595B409.2040301@burntmail.com
обсуждение исходный текст
Ответ на Re: slow speeds after 2 million rows inserted  (Frank Finner <postgresql@finner.de>)
Список pgsql-general
Frank Finner wrote:
> In Java, assuming you have a Connection c, you simply say
> "c.commit();" after doing some action on the database. After every
> commit, the transaction will be executed and closed and a new one
> opened, which runs until the next commit.

Assuming, of course, you started with c.setAutoCommit(false);

--
Guy Rouillier

В списке pgsql-general по дате отправления:

Предыдущее
От: Ben
Дата:
Сообщение: Re: Geographical redundancy
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: psql script error handling