Re: Why do pg_upgrade's test use the serial schedule?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Why do pg_upgrade's test use the serial schedule?
Дата
Msg-id 20181106002457.GC1814@paquier.xyz
обсуждение исходный текст
Ответ на Re: Why do pg_upgrade's test use the serial schedule?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Mon, Nov 05, 2018 at 02:11:42PM -0800, Andres Freund wrote:
> Because just about everything else taking substantial time already
> disables it. pg_regress forks off a postmaster with -F, the tap tests do
> so for large portions via fsync=off in the config (c.f. PostgresNode.pm).

And in most cases people will forget to set up TEMP_CONFIG when setting
up a new environment.  If it is possible to reduce the I/O traffic when
running check-world by default and if we are able to make it faster with
a parallel schedule, my take is to do by default instead of expecting
the user to set up that all the time.  That's less to think about.

So I am +1 and +1 for Andres' suggestions on this thread.
--
Michael

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Getting ERROR: could not open file "base/13164/t3_16388" withpartition table with ON COMMIT
Следующее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: [PATCH] Improvements to "Getting started" tutorial for GoogleCode-in task