Re: synchronous commit in dump

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: synchronous commit in dump
Дата
Msg-id 9837222c1002230140p66d0b264xba5a84aff6a6321d@mail.gmail.com
обсуждение исходный текст
Ответ на synchronous commit in dump  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: synchronous commit in dump
Список pgsql-hackers
2010/2/23 Jaime Casanova <jcasanov@systemguards.com.ec>:
> Hi,
>
> it's safe to set synchrounous_commit to off in a pg_dump generated
> script? if yes, would this help to the performance of restore a
> database?

It might help if you're dumping as individual inserts and not COPY,
but if you're doing that you're not asking for performance in the
first place. I don't really see how it would help in any other cases -
sync_commit=off helps when you have many small transactions, which
really is the opposite of pg_dump/pg_restore.
-- Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/


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