Posted inMySQL
gh-ost: Zero-Downtime MySQL Schema Changes — GitHub’s Answer to pt-osc
gh-ost is a tool developed by GitHub for making MySQL schema changes on tables with tens of millions of rows without any downtime. Unlike pt-osc which uses triggers, gh-ost reads the binlog directly — safer, with the ability to pause/resume and adjust speed in realtime throughout the migration.
