Architecture
The Transactional Outbox Pattern: Reliable Event Publishing Explained
A practical guide to the transactional outbox pattern: how to publish events reliably from a database write, avoid dual-write bugs, and handle replay.
2 articles tagged with "Postgres"
A practical guide to the transactional outbox pattern: how to publish events reliably from a database write, avoid dual-write bugs, and handle replay.
A practical guide to database connection pooling for Postgres and Node.js. Pool sizing, timeouts, PgBouncer, serverless pitfalls, and real numbers.