pg_dump and transactions

Поиск
Список
Период
Сортировка
От Ferdinand Smit
Тема pg_dump and transactions
Дата
Msg-id 200203211033.g2LAXn917715@server9.telegraafnet.nl
обсуждение исходный текст
Ответы Re: pg_dump and transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_dump and transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi,

We have lots of trouble with using the COPY dump, so we always use de INSERT
mode. Because the INSERT mode does'nt use transactions, this methode is very
slow.

This (simple) patch creates (if the -T flag is set) a transaction of every
insert block, so de import is mostly 10 times faster.

I hope you like it.
Regards,

Ferdinand

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: JDBC Connection startup cleaned up
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump and transactions