Associate
- Joined
- 17 May 2004
- Posts
- 1,585
Personally I would go with option 2. Use the Mirror for the OS and then place the data on the RAID5. You could then create partitions on the RAID5 for the DATA and SQL.
TheKnat said:Is it not a possibility to run it in a large raid 1+0 ?
That way you get good redundancy (could lose 3 drives and still run) and you can then carve up the partitions as you see fit. The main reason I mention this is because having 146GB just for the OS partition is massive overkill IMO. Even with an exchange store I would'nt have thought you would use this much.
I would allocate out around 10-20GB for the system drive then place all the other separate components on other logical drives. You would end up with a layout like this i suppose:
c: - system
d: - exchange store
e: - SQL
f: - doc store
A single RAID10 will be quick for benchmarks but as soon as you get any form of concurrent I/O (database writes etc) then your performance will go through the floor.m_cozzy said:I would echo this setup. I benched raid 10 against all other options when building a new sql server recently & raid 10 was monsterously fast compared to raid 1 for the os, raid 5 for data, 1 large raid 5 array, etc etc
rpstewart said:A single RAID10 will be quick for benchmarks but as soon as you get any form of concurrent I/O (database writes etc) then your performance will go through the floor.