Just got a win 2003 (64-bit) server box with 6 x 320 GB disks and intending to install mssql 2005 (64-bit standard). Thinking of setting up the following:
- Disk 1 & 2 run Raid 1, split into C:\ for OS (~50GB) and D:\ for all .ldf files (~250GB)
- Disk 3 to 6 run Raid 0, split into E:\ for .mdf files (~700GB) and F:\ for running backups etc (~200GB)
would this be optimal?
i'm wondering if tempdb should be treated like the rest of the .mdf and.ldf files or shifted out to F:\
also googled around and abit confused about filegroups, some recommended shifting out index to different filegroups and using partitioning. would this be useful since the hardware combines disk 3 to 6 into "1 physical disk" and sql will not gain from concurrent reads?