Rails: rake db:migrate *very* slow on Oracle
问题 I'm using rails with the oracleenhanced adaptor to create a new interface for a legacy application. Database migrations work successfully, but take an incredibly long amount of time before rake finishes. The database changes happen pretty quickly (1 or 2 seconds), but the db/schema.db dump takes over an hour to complete. (See example migration below.) It's a relatively large schema (about 150 tables), but I'm sure it shouldn't be taking this long to dump out each table description. Is there