125ms for 10 tables seems high. Perhaps you are using references or validators which, under the hood, create lists from DB. If you do make sure you move the settings of those validators where needed.
If you have 200 tables, you should probably break them down into conditional models. On Tuesday, 31 July 2012 13:58:30 UTC-5, pbreit wrote: > > migrate=False definitely helps. > > Another test: > > 10 tables, migrate=True: 125ms > 10 tables, migrate=Fasle: 120ms > 200 tables, migrate=True: 650ms > 200 tables, migrate=False: 450ms > > > > > --

