Re: 9.3 regression with dbt2 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: 9.3 regression with dbt2
Date
Msg-id 20131218200322.GD26481@alap2.anarazel.de
Whole thread Raw
In response to Re: 9.3 regression with dbt2  (Dong Ye <yed@vmware.com>)
Responses Re: 9.3 regression with dbt2
List pgsql-hackers
Hi,

On 2013-12-18 14:59:45 -0500, Dong Ye wrote:
> ~20 minutes each run with binary.
> Try your patch now..
> You are right I used -g in perf record. But what I reported was flat (meant
> as a start).
> 
> Expand GetMultiXactIdMembers:
> 
>      3.82%         postgres  postgres                  [.]
> GetMultiXactIdMembers

That looks like a postgres compiled without
-fno-omit-frame-pointer. Without that hierarchical profiles are
meaningless. Very new perfs can also do it using dwarf, but it's unusabl
slow...

Greetings,

Andres Freund

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



pgsql-hackers by date:

Previous
From: Dong Ye
Date:
Subject: Re: 9.3 regression with dbt2
Next
From: Dong Ye
Date:
Subject: Re: 9.3 regression with dbt2