Re: pg_locks concern

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: pg_locks concern
Date: 2009-07-03 16:38:43
Message-ID: 87ab3l4t7w.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

ridvan(at)baluyos(dot)net ("Ridvan Lakas ng Bayan S. Baluyos") writes:

> Hi list,
> I'm new in administering postgres database server. I would like to ask a question what's causing these locks and what are the consequences?
> Currently, we have single application that consumes 100% CPU Utilization of our server.

Have you availed yourself of the fine documentation?

http://www.postgresql.org/docs/8.3/static/view-pg-locks.html
http://www.postgresql.org/docs/8.3/static/explicit-locking.html

This gives some decent detail as to what kinds of locks are acquired
and why, in general.
--
(format nil "~S(at)~S" "cbbrowne" "cbbrowne.com")
http://cbbrowne.com/info/multiplexor.html
There are few personal problems which can't be solved by the suitable
application of high explosives.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Shane Ambler 2009-07-03 20:31:18 Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres
Previous Message Doug Graham 2009-07-03 14:43:16 Re: Setting shmmax in /etc/rc on Mac OS X to install Postgres