Re: Monitoring and insight into NOTIFY queue

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Jiří Hlinka <jiri(dot)hlinka(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Monitoring and insight into NOTIFY queue
Date: 2016-02-19 15:08:01
Message-ID: CAHyXU0z-MUVRSWGC0gV4RYoOAUFcCjg26rjDMRyHuPq96QsYrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 19, 2016 at 8:01 AM, Jiří Hlinka <jiri(dot)hlinka(at)gmail(dot)com> wrote:
> Hello,
>
> I'd like to ask you whether there is a way how to monitor and log details
> about NOTIFY queue? What do you use for this prupose?
>
> In the official documentation I'm unable to find a way how to monitor NOTIFY
> queue in more detail, at least size of this queue, which is critical in case
> of filling up the queue, which will lead to stopping the NOTIFY queue
> functionality.

It used to be possible to do this with the (slow, locky) table based
notification mechanism. Unfortunately FWICT it isn't now and we
really ought to expand functionality in that area.

I will say though that async notification should thought of as 'best
effort'...if you are laying essential communication processes on top
of it you need to have the listener respond and be prepare to retry.
Another thing, queue size paranoia aside (which is a good way to
consider things) I've never had the queue bust on me and I've beat on
it pretty hard.

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-02-19 15:13:55 Re: Monitoring and insight into NOTIFY queue
Previous Message Daniel Westermann 2016-02-19 14:28:38 Re: Replacement for Oracle Text