Does everybody poll their PosgreSQL to get new rows in real-time? This is really weird, there are trigger functions and notifications.
There's also `max_notify_queue_pages`
>Specifies the maximum amount of allocated pages for NOTIFY / LISTEN queue. The default value is 1048576.
Does everybody poll their PosgreSQL to get new rows in real-time? This is really weird, there are trigger functions and notifications.