Hi all!A developer came to me today with a problem they want me to solve...they have a server where they try their new code and apparently when they do that they drop all the databases and then recreate them from TFSthis step, the create takes a long time on a specific database and we think it might be because its partitioned, its got about 20 partitions and each have its own filegroup.Instant file initialization is on and i changed the model db to be 1gb in size and have a logdisk that is 1gb too.still, creating this database and creating about 200 tables on it takes about 15 minutes!one of the devs tried it on his local computer with a ramdrive, just to exclude the virtualization layer or the SAN having a bad day and it still took about 13 minutes!any ideas on why its so slow?
↧