Re: Raid 1 vs Raid 10
From: Mark Allison (marka_at_no.tinned.meat.mvps.org)
Date: 09/08/04
- Next message: Peter The Spate: "Re: Raid 1 vs Raid 10"
- Previous message: Andrew J. Kelly: "Re: Web/SQL server configuration"
- In reply to: Peter The Spate: "Raid 1 vs Raid 10"
- Next in thread: Jaxon: "Re: Raid 1 vs Raid 10"
- Reply: Jaxon: "Re: Raid 1 vs Raid 10"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 08 Sep 2004 14:41:59 +0100
RAID 10 should be faster than RAID1. See
RAID1
http://www.acnc.com/04_01_01.html
RAID10
http://www.acnc.com/04_01_10.html
I have done extensive testing on my hardware and also found that RAID5
was better than RAID1 for transaction logs. Bizarre, I know, but the
truth came out in the testing. So *on our hardware* we went with RAID5
for the transaction logs.
The moral of the story is, you need to benchmark different RAID levels
to get an accurate picture. Things don't always turn out as you expect.
If there's no way you can test your hardware before deciding, then RAID1
should be fine for you, but you *may* get a performance boost by using
RAID10 at considerable extra expense.
-- Mark Allison, SQL Server MVP http://www.markallison.co.uk Looking for a SQL Server replication book? http://www.nwsu.com/0974973602m.html Peter The Spate wrote: > Raid 1 is faster than Raid 10. The official stats are > > operations per disk = (reads + writes) / number of disks > where as Raid 10 is... > > operations per disk = (reads + (2 * writes )) / 2 > > However on my system I have Raid 10 for my log files. The > reason is that it offers the best combination of speed and > fault talerance, however it is not cheap, which is the > reason why we have raid 5 for our data files. > > Get the book SQL Server 2000 Administrator Companion, ir > covers it in more detail. > > Peter > > "Action speaks louder than words but not nearly as often" > Mark Twain > > > > >>-----Original Message----- >>Hi, >>does anyone know where I can get soma stats on RAID >>efficiencies for SQL Server. Basically, I am interested >>in the difference between RAID 1 and RAID 10 for the >>transaction log. I realise that RAID 1 id the >>recommendation, but I need some data to convince the >>client that it is more appropriate. >>TIA, >>Jim >>. >>
- Next message: Peter The Spate: "Re: Raid 1 vs Raid 10"
- Previous message: Andrew J. Kelly: "Re: Web/SQL server configuration"
- In reply to: Peter The Spate: "Raid 1 vs Raid 10"
- Next in thread: Jaxon: "Re: Raid 1 vs Raid 10"
- Reply: Jaxon: "Re: Raid 1 vs Raid 10"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|