[Ruby] Parallel migration

BenJamin Prater bprater at gmail.com
Fri Jan 19 15:37:32 PST 2007


I can't imagine needing to alter tables on a continual basis. Wouldn't
this be a one-shot deal where you could live with the time necessary
to alter the table?

Even if you could parallel alter (you could always do this on the
command line and bypass migrations), it may not go any quicker since
your cpu is going to be fairly saturated by the previous request.

Ben


More information about the Ruby mailing list