Live data from Hacker News

Postgres LISTEN/NOTIFY does not scale

recall.ai

1–10 of 328 posts

Re: Postgres LISTEN/NOTIFY does not scale

#6
I appreciate this post for two reasons:

* It gives an indication of how much you need to grow before this Postgres functionality starts being a blocker.

* Folks encountering this issue—and its confusing log line—in the future will be able to find this post and quickly understand the issue.

Re: Postgres LISTEN/NOTIFY does not scale

#7

Interesting. What if you just execute `NOTIFY` in its own connection outside of / after the transaction?

My thought as well. You could add notify commands to a temp table during the transaction, then run NOTIFY on each row in that temp table after the transaction commits successfully?
Post reply on HN