← Back to Tech Radar
Hacker News tech

Postgres LISTEN/NOTIFY actually scales

Trending on Hacker News: Postgres LISTEN/NOTIFY actually scales (119 points / 18 comments, via dbos.dev)

Opening excerpt

Mike Stonebraker & Cockroach Labs: Agents on ACID? Pricing Customers Resources Docs Blog Explore … Sign in Get started July 24: DBOS User Group Meeting Customers Pricing Blog Docs Resources Start your project Login Login Start your project Back to posts Postgres LISTEN/NOTIFY Actually Scales Peter Kraft July 24, 2026 How To Add to Google Share this post Postgres LISTEN/NOTIFY has a bad reputation thanks in part to a popular blog post asserting it does not scale . If that were true, it would be a shame, because LISTEN/NOTIFY is a powerful tool, allowing you to use your Postgres database for low-latency durable notifications, streams, and pub/sub. The accusations aren’t wrong: NOTIFY has unintuitive and undocumented performance characteristics arising from its use of a global lock. But “unintuitive behavior” is not the same as “not scalable.” In this blog post, we’ll show how we optimized LISTEN/NOTIFY-backed streams at scale, achieving 60K writes per second on a single Postgres server with millisecond-scale latency.

(Excerpted from the original; full article via the source link below.)

This story hit the Hacker News front page today (119 points / 18 comments, via dbos.dev). Our Tech Radar aggregates daily signals on AI engineering, backend architecture and DevOps — browse the related services and further reading below, or get in touch with our team.

Source: Hacker News

Related Services

Related Reading