#640 — March 18, 2026 |
|
Postgres Weekly |
|
|
Lætitia Avrot and Henrietta Dombrovskaya |
💡 I enjoyed when Lætitia said "twenty years of Postgres and I learn something new every week" in regards to |
Tiger Data (creators of TimescaleDB) sponsor |
|
IN BRIEF:
|
|
How Netflix Automated Its RDS Postgres to Aurora Postgres Migration — Back in 2024, Netflix decided to migrate hundreds of Postgres clusters from RDS to Aurora, a challenging task with zero data loss and minimal downtime as must-haves. This is a detailed write-up of the process, and while it was an intra-AWS migration, most of the techniques have universal applicability. Kannan, Akintayo, Bharadwaj, et al. (Netflix) |
|
We Skipped the OLAP Stack and Built Our Data Warehouse in Postgres — As a Postgres service, Xata wanted to eat its own dogfood, so here’s how they built their own data warehouse approach on top of vanilla Postgres. Noémi Ványi (Xata) |
|
Waiting for Postgres 19: Add Non-Text Output Formats to Hubert 'depesz' Lubaczewski |
|
📄 Postgres is the Gateway Drug — Three companies, $1.5B+ in Postgres-related acquisitions in eighteen months. What's going on? Vignesh Ravichandran |
|
|
RELEASES AND CODE: |
|
pg_turret: Stream Structured Postgres Logs to HTTP or Kafka Endpoints — Hooks into Postgres's lasect |
|
pg_stat_ch: Export Per-Query Postgres Telemetry to ClickHouse — The ClickHouse team built a Postgres extension that captures per-query execution telemetry and exports it to ClickHouse in real-time. ClickHouse |
|
pg_duckpipe: Real-Time CDC for Your Lakehouse — A new Postgres extension that continuously syncs regular heap tables into DuckLake columnar tables (a Parquet-backed format) via WAL-based CDC. Relyt |
|

