Zero-downtime Postgres schema migrations: what every DDL operation does under the hood
Most Postgres schema changes that cause outages aren't dangerous by nature — they're dangerous because the table is large. Here's what lock each DDL operation takes and the exact patterns to make them safe.
By FlowVerify Editorial Team