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.
Raid 6 Vs Raid 50?
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.
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
Qft, I have 2 10000x RPM Hard Drives running in raid 0.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.
Its *quick* as hell.
IG: Liquid_Mamba / FedmanUnknown 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.
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.
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.
-
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

"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:
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.

Doing easily what others find difficult is talent; doing what is impossible for talent is genius. -Henri-Frederic Amiel
73GB more than what? By my math: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.
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.

