Re: patch for parallel pg_dump

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: patch for parallel pg_dump
Дата
Msg-id 1332958526-sup-1470@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: patch for parallel pg_dump  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: patch for parallel pg_dump
Re: patch for parallel pg_dump
Список pgsql-hackers
Excerpts from Robert Haas's message of mié mar 28 14:46:30 -0300 2012:

> I keep hoping someone who knows Windows is going to take a look at
> this, but so far no luck.  It could also really use some attention
> from someone who has an actual really big database handy, to see how
> successful it is in reducing the dump time.  Without those things, I
> can't see this getting committed.  But in the meantime, a few fairly
> minor comments based on reading the code.

My main comment about the current patch is that it looks like it's
touching pg_restore parallel code by moving some stuff into parallel.c.
If that's really the case and its voluminous, maybe this patch would
shrink a bit if we could do the code moving in a first patch.  That
would be mostly mechanical.  Then the interesting stuff would apply on
top of that.  That would make review easier.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgxs and bison, flex
Следующее
От: Robert Haas
Дата:
Сообщение: Re: patch for parallel pg_dump