Re: debugging intermittent slow updates under higher load - Mailing list pgsql-general

From Alexey Bashtanov
Subject Re: debugging intermittent slow updates under higher load
Date
Msg-id 9b949350-e294-c3f9-4d73-1eb05cad3819@imap.cc
Whole thread Raw
In response to Re: debugging intermittent slow updates under higher load  (Chris Withers <chris@withers.org>)
Responses Re: debugging intermittent slow updates under higher load
List pgsql-general
> Is there any existing tooling that does this?
There must be some, google for queries involving pg_locks

> I'm loath to start hacking something up when I'd hope others have done 
> a better job already...
If you log all queries that take more than a second to complete, is your 
update the only one logged, or something (the would-be blocker) gets 
logged down together with it?


pgsql-general by date:

Previous
From: Slavcho Trnkovski
Date:
Subject: Re: postgis after pg_upgrade
Next
From: Chris Withers
Date:
Subject: Re: debugging intermittent slow updates under higher load