Raid 6 Vs Raid 50?

Catch-all for all development not having a specific forum.
Memo
Posts: 3
Joined: Fri Mar 30, 2007 6:18 pm

Post by Memo »

I have :
8 Seagate Cheetah 15k 73gb hdds
1 Adaptec 3805 RAID 8ch SAS controller.

What would be faster:

two 4 drive raid 5s in stripe = raid50
or
one 7 drive raid 6 with a hot spare?

faster for reads, and faster for writes?

Is there another option for very fast random read and write ios?

I found ramsan, but they appear to be 30k
also found :
2 x HyperDrive4 Internal RAID System (0-32GB)
£2250 (+ VAT) $4390 (US)

does anyone have any good advice?

I need extream performance for under 5k.
FlingPu
Posts: 540
Joined: Tue Jan 30, 2007 2:42 am
Location: Dayton, Ohio, USA

Post by FlingPu »

For extreme performance Raid 0 /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />

Between Raid 6 and Raid 50, I would choose Raid 50 for greater read/write speed, and Raid 6 for reliability and ease of hot swapping.
ImageImage
Memo
Posts: 3
Joined: Fri Mar 30, 2007 6:18 pm

Post by Memo »

Do you know any good benchmark sites that compair raid speeds with cards?

I'm not quite as concerned about very high sustaned transfer speeds. It's much more important for IOPS.
Its for a Postgre server.
Last edited by Memo on Fri Mar 30, 2007 6:50 pm, edited 1 time in total.
Malicious Wraith
Posts: 3170
Joined: Sun Jul 16, 2006 12:51 am

Post by Malicious Wraith »

FlingPu wrote:QUOTE (FlingPu @ Mar 30 2007, 10:44 AM) For extreme performance Raid 0 /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />

Between Raid 6 and Raid 50, I would choose Raid 50 for greater read/write speed, and Raid 6 for reliability and ease of hot swapping.
Qft, I have 2 10000x RPM Hard Drives running in raid 0.

Its *quick* as hell.
Unknown wrote:[Just want] to play some games before Alleg dies for good.
I don't want that time to be a @#(!-storm of hate and schadenfreude.
IG: Liquid_Mamba / Fedman
pkk
Posts: 5419
Joined: Tue Jul 01, 2003 7:00 am
Location: Germany, Munich

Post by pkk »

RAID50 (2 RAID5 arrays connected via RAID 0) is the fastest, one disk each segment can fall out without problems.
RAID6 is more secure, two disks can fall out at once.

I would choose RAID 50, it's secure enought.
The Escapist (Justin Emerson) @ Dec 21 2010, 02:33 PM:
The history of open-source Allegiance is paved with the bodies of dead code branches, forum flame wars, and personal vendettas. But a community remains because people still love the game.
Memo
Posts: 3
Joined: Fri Mar 30, 2007 6:18 pm

Post by Memo »

ok so we have eliminated raid6 in favor of 50.

now what about 50 vs 10 or 0+1?
FlingPu
Posts: 540
Joined: Tue Jan 30, 2007 2:42 am
Location: Dayton, Ohio, USA

Post by FlingPu »

ImageImage
Anguirel
Posts: 407
Joined: Tue Mar 09, 2004 8:00 am
Location: El Pueblo de Nuestra Señora la Reina de los Ángeles del Río de Porciúncula

Post by Anguirel »

Image
"I disapprove of what you say, but I will defend to the death your right to say it" - Beatrice Hall, The Friends of Voltaire
aarmstrong
Posts: 371
Joined: Tue Jul 01, 2003 7:00 am
Location: Midwest, USA
Contact:

Post by aarmstrong »

RAID 50 has too much overhead (processing and diskspace) for my tastes. I use RAID 10 almost exclusively (even over RAID5). It's very simple, redundant, and fast - it blows RAID 50 out of the water and you'll gain an extra 73GB of space in your configuration.
Image
Doing easily what others find difficult is talent; doing what is impossible for talent is genius. -Henri-Frederic Amiel
D-boy
Posts: 12
Joined: Sun Apr 04, 2004 8:00 am

Post by D-boy »

aarmstrong wrote:QUOTE (aarmstrong @ Mar 30 2007, 07:19 PM) RAID 50 has too much overhead (processing and diskspace) for my tastes. I use RAID 10 almost exclusively (even over RAID5). It's very simple, redundant, and fast - it blows RAID 50 out of the water and you'll gain an extra 73GB of space in your configuration.
73GB more than what? By my math:

RAID 10:

( (4 x 73GB) + (4 x 73GB) ) / 2 = 292GB

RAID 50:

( (4-1) * 73GB) + ( (4-1) * 73GB) = 438GB

They offer the same protection, so you trade performance for capacity.
If you need extreme performance, go RAID 10.

If you have a drive that has a high failure rate, RAID 6 is the best as any two drives can fail.
Post Reply