Re: Why are we waiting? - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Why are we waiting?
Date
Msg-id 1202321016.29242.114.camel@ebony.site
Whole thread Raw
In response to Re: Why are we waiting?  (Staale Smedseng <Staale.Smedseng@Sun.COM>)
List pgsql-hackers
On Wed, 2008-02-06 at 18:44 +0100, Staale Smedseng wrote:
> > What is the frequency distribution of lock wait time on ProcArrayLock?
> 
> See below for wait time distributions for ProcArrayLock (both shared and
> exclusive). The time measured is from entry into LWLockAcquire() until
> return. I've recorded the same data in two different resolutions (ms,
> and us for the lower part of the distribution). The DTrace script is at
> the bottom.
> 
> These results are for 1000 TPC-C like clients, and measured over the
> 1000 PostgreSQL processes over a period of 10 seconds.

Thanks! Interesting resonance pattern.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com 



pgsql-hackers by date:

Previous
From: Staale Smedseng
Date:
Subject: Re: Why are we waiting?
Next
From: Josh Berkus
Date:
Subject: Re: PostgreSQL 8.4 development plan