msavva / WebSceneStudio

1 stars 3 forks source link

Database init is sloooow #36

Closed dritchie closed 12 years ago

dritchie commented 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.