Re: parallel restore

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: parallel restore
Дата
Msg-id 20090104181147.GA26552@alvh.no-ip.org
обсуждение исходный текст
Ответ на parallel restore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
>
> Attached is the latest parallel restore patch. I think this is getting  
> fairly close.

Some random comments

- please #define the return type of prestore().  Also, that it returns
in one platform and exits in another seems weird as an API.  I think it
should return in both cases, and have the caller act appropriately.

- RestoreArchiveParallel has too many #ifdef WIN32.  It should be
possible to split it so that the cruft is contained better.

- Aren't there too many checks for libz presence?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_stats queries versus per-database encodings
Следующее
От: Martin Pihlak
Дата:
Сообщение: Re: dblink vs SQL/MED