Re: debugging intermittent slow updates under higher load

From: Alexey Bashtanov <bashtanov(at)imap(dot)cc>
To: Chris Withers <chris(at)withers(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: debugging intermittent slow updates under higher load
Date: 2018-12-06 11:00:18
Message-ID: 9b949350-e294-c3f9-4d73-1eb05cad3819@imap.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Withers 2018-12-06 11:18:25 Re: debugging intermittent slow updates under higher load
Previous Message Slavcho Trnkovski 2018-12-06 08:40:50 Re: postgis after pg_upgrade