Slow performance first queries on SQL Azure -
i have small database (50mb) , i'm on basic plan. there single user, need create many databases (always 1 per user) since used training purposes. each database created doing following statement:
create database training1 copy of modeldatabase1
we seem getting very slow performance when first query database, afterwards seems acceptable.
to give idea: have sp: startupevents runs when application started. query takes 25 seconds run first time. seems incredible since database small, , tables query calls don't contain many records. if run procedure afterwards executes immediately...
how can avoid this?
Comments
Post a Comment