Synchronization Primitives

From: 崔岩ccuiyyan(at)sina(dot)com <ccuiyyan(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Synchronization Primitives
Date: 2008-11-13 10:55:11
Message-ID: 4451ccf20811130255q3fe18db3j5f2b63b6c42542d6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all:

I am a fresh men in PostgreSQL. And i work on benchmark study these
days using PostgreSQL.

Now i have a question: Is there some way to show the lock contention of
PostgreSQL?

As I know, you can use *show mutex status* in MySQL to find which mutex is
hot. But i don't know in

PostgreSQL.

Any ideas?

Thanks!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2008-11-13 11:00:58 Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Previous Message Russell Smith 2008-11-13 10:19:56 Re: Re: [BUGS] libpq does not manage SSL callbacks properly when other libraries are involved.