Zero downtime schema changes in PostgreSQL ↦
Schema changes are usually critical operations to perform on a high volume database. One thing off, and you are looking at an outage. pg-osc
makes it easy and safe to run any ALTER
statement on a production database table with no locking.
Discussion
Sign in or Join to comment or subscribe