Re: NOTIFY and pg_notify performance when deduplicating notifications - Mailing list pgsql-hackers

From Catalin Iacob
Subject Re: NOTIFY and pg_notify performance when deduplicating notifications
Date
Msg-id CAHg_5go=-8Hny3zmJwA8A=DUAr48vqOQca0OBtJ-r+rTOUoZQQ@mail.gmail.com
Whole thread Raw
In response to Re: NOTIFY and pg_notify performance when deduplicating notifications  (Catalin Iacob <iacobcatalin@gmail.com>)
List pgsql-hackers
On Wed, Oct 10, 2018 at 5:42 PM Catalin Iacob <iacobcatalin@gmail.com> wrote:
> One way could be to take inspiration from
> src/test/isolation/specs/async-notify.spec and check that
> pg_notification_queue_usage() does grow when repeating the same
> payload with collapse_mode='never' (while for always it would grow).

Sorry, the last part should be "(while for *maybe* it would *not* grow)".


pgsql-hackers by date:

Previous
From: Catalin Iacob
Date:
Subject: Re: NOTIFY and pg_notify performance when deduplicating notifications
Next
From: Tomas Vondra
Date:
Subject: Re: Requesting advanced Group By support