Posts Tagged ‘migrations’

Long running migrations? Use the right tool for the job!

Thursday, May 19th, 2011

Rails migrations are awesome, even for updating data after a migration to keep everything consistent. Arguably, you should not update data in migrations, but it is useful in some scenarios. If done incorrectly, however, data migrations can take a long time, causing unnecessary downtime of your application.
(more…)