Re: Testing of parallel restore with current snapshot

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Testing of parallel restore with current snapshot
Дата
Msg-id 8628.1242410919@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Testing of parallel restore with current snapshot  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Testing of parallel restore with current snapshot  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Andrew's latest algorithm tends to result in building indexes on the 
> same table at the same time.  This is excellent for most users; I'm on a 
> client's site which is I/O bound and that approach is speeding up 
> parallel load about 20% compared to the beta1 version.

Hmph ... that seems like a happenstance, because there isn't anything in
there that is specifically trying to organize things that way.  AFAIK
it's only accounting for required dependencies, not for possible
performance implications of scheduling various tasks together.

> In other words, don't mess with it now.  I think it's perfect.  ;-)

I don't want to mess with it right now either, but perhaps we should
have a TODO item to improve the intelligence of parallel restore so that
it really does try to do things this way.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Re: [BUGS] BUG #4796: Recovery followed by backup creates unrecoverable WAL-file
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Testing of parallel restore with current snapshot