Re: NOTIFY and pg_notify performance when deduplicating notifications

From: Catalin Iacob <iacobcatalin(at)gmail(dot)com>
To: julien(at)jdemoor(dot)com
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NOTIFY and pg_notify performance when deduplicating notifications
Date: 2018-10-10 15:46:35
Message-ID: CAHg_5go=-8Hny3zmJwA8A=DUAr48vqOQca0OBtJ-r+rTOUoZQQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 10, 2018 at 5:42 PM Catalin Iacob <iacobcatalin(at)gmail(dot)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)".

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message PG Bug reporting form 2018-10-10 16:17:23 BUG #15425: DETACH/ATTACH PARTITION bug
Previous Message Catalin Iacob 2018-10-10 15:42:05 Re: NOTIFY and pg_notify performance when deduplicating notifications