proposal: make NOTIFY list de-duplication optional - Mailing list pgsql-hackers

From Filip Rembiałkowski
Subject proposal: make NOTIFY list de-duplication optional
Date
Msg-id CAP_rwwn2z0gPOn8GuQ3qDVS5+HgEcG2EzEOyiJtcA=vpDEhoCg@mail.gmail.com
Whole thread Raw
Responses Re: proposal: make NOTIFY list de-duplication optional
List pgsql-hackers

- new GUC in "Statement Behaviour" section, notify_duplicate_removal (default true)


Rationale: for some legitimate use cases, duplicate removal is not required, and it gets O(N^2) cost on large COPY/ insert transactions.








Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)
Next
From: David Fetter
Date:
Subject: Re: Sanity checking for ./configure options?