Closed dritchie closed 12 years ago
Initializing the database with models/textures is super slow right now, probably because it's issuing individual 'insert's for each model/texture. We should batch these up into fewer (one?) queries to speed things up.
Initializing the database with models/textures is super slow right now, probably because it's issuing individual 'insert's for each model/texture. We should batch these up into fewer (one?) queries to speed things up.