🦉 The Outbox Without an Outbox
The outbox pattern asks for what replication already provides: durable, ordered, resumable delivery. Postgres' pg_logical_emit_message lets you piggyback on that. A line-by-line walk through factlib + OwlPost.
The outbox pattern asks for what replication already provides: durable, ordered, resumable delivery. Postgres' pg_logical_emit_message lets you piggyback on that. A line-by-line walk through factlib + OwlPost.
Can one bank absorb India's entire daily UPI volume? A first-principles design exercise with real benchmarks: TigerBeetle vs PostgreSQL, traced with eBPF down to the io_uring and fsync calls.