RAID 0 is not an option for any production server. One disk fails, you lose everything - a 3 disk RAID 0 set is 3x more likely to fail than a single, non-RAID disk.
Use RAID 5 or buy more disks and setup a RAID 10/0+1
Too bad you didn't have another disk in there, then you could have gone with a RAID10 solution. Since you only have 3 disks, RAID5 is your best solution.
MSSQL is I/O intensive, so having your OS/MDF/LDF on the same channel will not be the best for performance. But, at least you can sleep at night knowing that it's striped.
If you spec this server out as being heavy production (application back-end w/200+ users), I would suggest ramping up to dual channel and purchasing more disks to setup the MSSQL server with best practices.
At least create two partitions so that you can have some safety there. RAID 5 is the best, IMNHO. Typically, I would do something like a 16GB (16384) OS partition, and the rest for a data partition.
But drives are cheap. Start laying the groundwork for adding more drives later and moving the data over.
Pat Richard, MCSE MCSA:Messaging CNA
Microsoft Exchange MVP
Want to know how email works? Read for yourself -
With the number of drives , raid 5.
Raid 5 has been misalign as to performance. The reads are phenomenal with the newer generation raid adapters.
Generally, >80% of accesses are for reads. Benchmarks for raid 5 do not show how raid 5 really performs with writes(if write caching (write back) is enabled and a server is not overloaded, as benchmarks really overload the cache, all of them). Writes on a raid 5 are better in real life then benchmarks show unless you have many users, blitzing the server with requests.
Do not consider raid 0, unless your into Russian Roulette or you really hate your job, and you are considering a career change. Raid 0 will fail with 100% certainty; raid 0 with 3 disks gives you 3x the failure rate of a single disk
Raid 1, has greater safety than Raid 5 but performance is dismal, especially on reads... on the newer adapters, raid 5 out reads raid 1 three to four times (SCSI/SAS).
........................................
Chernobyl disaster..a must see pictorial
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.