Limitations and Support of Listen and Notify
Learn the limitations and support for the listen and notify mechanism in PostgreSQL.
We'll cover the following...
Limitations of listen and notify
It is important for an application, using the PostgreSQL notification capabilities, to miss notification events. Notifications are only sent to connected client connections.
Any queueing mechanism requires that events that are accumulated when there’s no worker connected, are kept available until the next connection. Replication is a special case of event queueing. It’s not possible to implement queueing correctly with the PostgreSQL listen and notify feature.
Access this course and 1400+ top-rated courses and projects.