Re: 9.3 regression with dbt2

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: 9.3 regression with dbt2
Дата
Msg-id 20131218191744.GB26481@alap2.anarazel.de
обсуждение исходный текст
Ответ на 9.3 regression with dbt2  (Dong Ye <yed@vmware.com>)
Ответы Re: 9.3 regression with dbt2
Список pgsql-hackers
Hello,

On 2013-12-18 10:24:56 -0800, Dong Ye wrote:
> It seems that 0ac5ad5134f2769ccbaefec73844f8504c4d6182 is the culprit
> commit.

How long does a run take to verify the problem? Could you retry with the
patch attached to
http://www.postgresql.org/message-id/20131201114514.GG18793@alap2.anarazel.de
? Based on the theory that it creates many superflous multixacts.

> Flat perf profiles of two such runs look like:

Those aren't really flat profiles tho ;)

> 0ac:
> 
> Samples: 706K of event 'cycles', Event count (approx.): 6690377376522
> 
> 
> +   3.82%         postgres  postgres                  [.]
> GetMultiXactIdMembers                                       

Could you expland that one some levels, so we see the callers?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Dong Ye
Дата:
Сообщение: 9.3 regression with dbt2
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] SQL assertions prototype