casperdacat
Technical User
Hi all,
I'm to configure a small SQL Server 2005 system soon and I know I need to be careful when sizing/creating partitions but I'm not sure what the best practices are. I'm talking a small SQL system with multiple databases, but minimal user load (we'll have only 60 users at most).
I have a server with hardware raid controller and 4 10K 146gb SAS disks. I don't have enough disks to put database and logfiles on separate physical disks but I've read that for smaller systems like this I shouldn't bother. I then thought of creating one raid 10 set and setting up multiple logical partitions but again I found out that for systems with few users raid 5 is advisable because: less complex and more effective free disk space.
So I'm thinking of this layout:
4x 146GB RAID 5 : approx. 430 GB free disk space
partition 1 : 30 GB : OS
partition 2 : 160 GB : DB
partition 3 : 160 GB : TempDB
partition 4 : 80 GB : logfiles
Does this make sense? Do I have to create a partition for the TempDB as big as the actual DB partition?
I realize this is a newbie question so thanks for your patience.
Fred
I'm to configure a small SQL Server 2005 system soon and I know I need to be careful when sizing/creating partitions but I'm not sure what the best practices are. I'm talking a small SQL system with multiple databases, but minimal user load (we'll have only 60 users at most).
I have a server with hardware raid controller and 4 10K 146gb SAS disks. I don't have enough disks to put database and logfiles on separate physical disks but I've read that for smaller systems like this I shouldn't bother. I then thought of creating one raid 10 set and setting up multiple logical partitions but again I found out that for systems with few users raid 5 is advisable because: less complex and more effective free disk space.
So I'm thinking of this layout:
4x 146GB RAID 5 : approx. 430 GB free disk space
partition 1 : 30 GB : OS
partition 2 : 160 GB : DB
partition 3 : 160 GB : TempDB
partition 4 : 80 GB : logfiles
Does this make sense? Do I have to create a partition for the TempDB as big as the actual DB partition?
I realize this is a newbie question so thanks for your patience.
Fred