Re: Finding bottleneck - Mailing list pgsql-performance

From Tom Lane
Subject Re: Finding bottleneck
Date
Msg-id 28801.1123515439@sss.pgh.pa.us
Whole thread Raw
In response to Re: Finding bottleneck  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-performance
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
>> Kari Lavikka <tuner@bdb.fi> writes:
>>> samples  %        symbol name
>>> 13513390 16.0074  AtEOXact_CatCache
>>
>> That seems quite odd --- I'm not used to seeing that function at the top
>> of a profile.  What is the workload being profiled, exactly?

> He is running a commit_delay of 80000.  Could that be playing a role?

It wouldn't cause AtEOXact_CatCache to suddenly get expensive.  (I have
little or no faith in the value of nonzero commit_delay, though.)

            regards, tom lane

pgsql-performance by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Finding bottleneck
Next
From: Kari Lavikka
Date:
Subject: Re: Finding bottleneck