Anyone seen this kind of lock pileup?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Anyone seen this kind of lock pileup?
Date: 2010-11-17 17:37:56
Message-ID: 4CE412F4.4090101@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

All,

Having an interesting issue on one 8.4 database. Due to poor
application design, the application is requesting 8-15 exclusive
(update) locks on the same row on parallel connections pretty much
simultaneously (i.e. < 50ms apart).

What's odd about this is that the resulting "lock pileup" takes a
mysterious 2-3.5 seconds to clear, despite the fact that none of the
connections are *doing* anything during that time, nor are there
deadlock errors. In theory at least, the locks should clear out in
reverse order in less than a second; none of the individual statements
takes more than 10ms to execute.

Has anyone else seen something like this? Any idea what causes it?

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Carey 2010-11-17 18:48:04 Re: How to achieve sustained disk performance of 1.25 GB write for 5 mins
Previous Message Merlin Moncure 2010-11-17 17:28:11 Re: How to achieve sustained disk performance of 1.25 GB write for 5 mins