Re: pg_dump and pg_restore

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: pg_dump and pg_restore
Дата
Msg-id 20120921101439.GA22752@tux
обсуждение исходный текст
Ответ на pg_dump and pg_restore  (Jayadevan M <jayadevan.maymala@ibsplc.com>)
Ответы Re: pg_dump and pg_restore  (Jayadevan M <jayadevan.maymala@ibsplc.com>)
Список pgsql-novice
Jayadevan M <jayadevan.maymala@ibsplc.com> wrote:

> Hello all,
>
> If I opt for pg_dump to create a .sql backup file or the –Fc format, is there
> is significant difference in the time it will take to restore?

Yes: with -Fc you can use the -j - Feature (pg_restore):

-j number-of-jobs, --jobs=number-of-jobs

tu run multiple table-inserts simultaneous.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°


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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: pg_dump and pg_restore
Следующее
От: Bartosz Dmytrak
Дата:
Сообщение: Re: Upgrade and Single User