At my company we are in the process of setting up a new SQL Server 2012 box. We have 6 physical drives with 3,000 gigs each. We are considering two different RAID configurations and are wondering which would be faster:
With 6 physical drives with 3000 gigs each:
Option 1: One big RAID 10 with three partitions. One partition for OS, one for data, and one for transaction logs (the partitions would be to protect against unconstrained growth).
Option 2: One RAID 1 using two drives with a partition for the OS and a partition for the transaction logs and a second RAID 10 using the four remaining drives for the data