Adding Columns to large MySQL Tables Quickly

19 September, 2009

Onehub • Adding Columns to large MySQL Tables Quickly.Simple Example Rails migration creates a copy of the original table and then deletes the old table while renaming the new table. Performance impact is frustratingly high - oh MySQL, sigh