I'm a bit new to database administration, but here's my problem. I have a 25GB db (soon to be 100GB after a data import). Right now all data is in one large mdf file.
I have heard for performance reasons it is wise to create one data file for each number of physical drives. In my case 5 drives.
If all of my data is in one file, once I create the other 4 files, do I need to spread the data across the files? If so how?
Should I just make 4 more 20GB files.
Your help is very much appreciated.
I have heard for performance reasons it is wise to create one data file for each number of physical drives. In my case 5 drives.
If all of my data is in one file, once I create the other 4 files, do I need to spread the data across the files? If so how?
Should I just make 4 more 20GB files.
Your help is very much appreciated.