Part 1 of this series introduced the outbox pattern as a reliable approach for message delivery in...
Recently, we have been working on a project that requires connecting from a pod running in Elastic...
This is a two-part series; for part 2, see here. The outbox pattern is a well-known design pattern...
PostgreSQL's ANALYZE command is designed to collect statistics for the query planner by sampling a...
In a recent blog post, I explored statistics in PostgreSQL, with a focus on how the database engine...
Introduction A while back, Hetti wrote an article titled Indexing Partitioned Table...
UUIDs are very popular among developers as the datatype for the identifier of a table. Database...
In our design, we came up with a would-be large PostgreSQL table that just stores IDs of incoming...
Today at PostgreSQL Conference Europe 2023, some key people addressed the future of...
Preamble I'm a maintainer of a popular open-source project called Logbook. It is "an...