Re: Make a 100_bugs.pl test more faster.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Make a 100_bugs.pl test more faster.
Дата
Msg-id 1377135.1668620266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Make a 100_bugs.pl test more faster.  ("Anton A. Melnikov" <aamelnikov@inbox.ru>)
Список pgsql-hackers
"Anton A. Melnikov" <aamelnikov@inbox.ru> writes:
> Here is a separate patch for the node usage optimization mentioned above.
> It decreases the CPU usage during 100_bugs.pl by about 30%.

Hmm ... as written, this isn't testing the same thing, because you
didn't disable the FOR ALL TABLES publications created in the earlier
steps, so we're redundantly syncing more publications in the later
ones.  Cleaning those up seems to make it a little faster yet,
so pushed with that adjustment.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: MERGE regress test
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PoC] configurable out of disk space elog level