AccessShareLock and Resource Contention

From: maillists0(at)gmail(dot)com
To: PostgreSQL pg-general List <pgsql-general(at)postgresql(dot)org>
Subject: AccessShareLock and Resource Contention
Date: 2013-11-26 17:41:58
Message-ID: CAB+OxSAf3e723ovYTfUWSFMe+LtD4YEExmgjhZwm5m_=R7onmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a 9.2 server that occasionally becomes CPU bound. Disk wait is
nominal and there's no memory pressure. The workload is almost all reads
and the cache hit rate is high.

For some one minute periods, my monitoring shows around 1.5k to 2k access
share locks out of a total of 7.5 to 8k transactions. What's the best
strategy for finding out if that is creating a bottleneck?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message maillists0 2013-11-26 17:50:34 Re: AccessShareLock and Resource Contention
Previous Message Joey Quinn 2013-11-26 17:29:52 Re: tracking scripts...