Logical Replication for Zero-Downtime PostgreSQL Migrations
How to use logical replication to move PostgreSQL workloads with minimal downtime and a clear rollback plan.
Amit Kumar Singh2 min read
Everything tagged postgres, newest first.
How to use logical replication to move PostgreSQL workloads with minimal downtime and a clear rollback plan.
A practical tour of PostgreSQL 18 features such as async I/O, skip scans, uuidv7, retained planner statistics, and richer EXPLAIN output.
Postgres until you can prove you need something exotic.
B-tree, GIN, BRIN, partial — picking the right index for the query.
Why your serverless app exhausts Postgres connections, what a pooler actually does, and how to pick between transaction and session pooling.
Turning Postgres query plans into actionable fixes.
The pool-sizing math everyone gets wrong the first time.