Craig Kerstiens 9/10/2017

Better database migrations in Postgres

Read Original

This technical article explains how to perform common PostgreSQL database migrations (adding columns and creating indexes) on large, production-scale databases without causing significant downtime. It details the performance pitfalls of default values and constraints when adding columns, and the locking issues with index creation, offering a multi-step, safer migration approach for each operation.

Better database migrations in Postgres

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week