Re: parallel pg_restore - WIP patch

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: parallel pg_restore - WIP patch
Дата
Msg-id 48DD4E37.3090905@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: parallel pg_restore - WIP patch  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: parallel pg_restore - WIP patch
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> 
> This version of the patch should fix the "shared file descriptor" bug 
> Russell Smith noticed. It also disables the 1/2 second sleep between 
> forks, so the performance on a small db (regression) is vastly improved.

this works better but there is something fishy still - using the same 
dump file I get a proper restore using pg_restore normally. If I however 
use -m for a parallel one I only get parts (in this case only 243 of the 
709 tables) of the database restored ...


Stefan


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

Предыдущее
От: Andrew Chernow
Дата:
Сообщение: Re: About the parameter of API: PQprepared
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: parallel pg_restore - WIP patch