IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New RAID 10 == Nice for Data Protection...
But very sucky for performance.

I'd have done something else, but then I always do thing differently.

No biggy either. I knew something was up.

--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

"I told my doctor that everyone hates me. He said I was being ridiculous, everyone hasn't met me yet." -Rodney Dangerfield
New Explain
This should be the BEST of both worlds.

Many stripes across multiple disks while simulatenous mirroring
so reads can be satisfied by alternating disk. No RAID5 calcluation
or parity read/write penalty.

There should be NOTHING better than RAID 0, which means no
protection.
New RAID 1 can beat RAID 0
At least with some implementations if you plan to read much more often than write, it will.

RAID 0 has faster writes because you stripe the writes between 2 disks. RAID 1 on writing behaviour is pretty close to just having a single disk because it writes to both.

But RAID 1 can choose to stripe reads as well, and can ignore whatever is on the other disk. This lets it dynamically distribute the reading loads between the two disks, giving it better read latency than RAID 0 which has no choice about what disk to access a particular piece of data from.

Whether RAID 1 outperforms RAID 0 in practice depends heavily on your workload and RAID implementation. I know that it can because my boss at a previous job tested both on Linux 2.2 with software RAID and found that RAID 1 was faster, couldn't believe the result, and figured out how it is possible by reading the source-code.

Cheers,
Ben
To deny the indirect purchaser, who in this case is the ultimate purchaser, the right to seek relief from unlawful conduct, would essentially remove the word consumer from the Consumer Protection Act
- [link|http://www.techworld.com/opsys/news/index.cfm?NewsID=1246&Page=1&pagePos=20|Nebraska Supreme Court]
New Not always so.
With RAID 10, you need to have FULL redundancy. 2 Controllers, 4 Disk (2 on each) for it to be fast. Basically duplicate data paths to make it faster.

Why would you want 1 controller with 4 disk? I am assuming you have an LX IBM ServeRAID card right? Meaning one channel. You have the data going to 2 disks first and then the other 2 second. On a single channel this makes it SLOW SLOW on Writes. No matter if you were on Raid 0 or not. Reads, different story, the controller will just ask the drives with the heads closest to get the data.

BTW, I am not talking about vpaths either. Seperate Bus for seperate instance of data. RAID-5 is different, reads and writes are nominal, but seperate arrays on seperate controllers (maybe just channels) in RAID-50, would beat RAID-10 in both reads and writes.

Of course this all changes when you only have one drive per channel, the 3ware stuff IOW.

Think about this, u320 is actually u80 with auto-matic hardware encoding (u160 uses the same type of blackmagic, but fewer tokens) the clocking is still the same. That is why u320 drives work on u160 and u80 channels. When it comes down to it, the scsi channel gets saturated quite easily in the different configs, unless they are designed specifically for the purpose at hand.

Whereas the Seperate Channel for each drive methodology is only limited by the controllers fabric and main IO capability.

Now, if this was SSA, things would be different, from a stand point of stacking rather than saturation, the SSA controller has two ways to access any device at a time... but still serial is still serial.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

"I told my doctor that everyone hates me. He said I was being ridiculous, everyone hasn't met me yet." -Rodney Dangerfield
     Merge/Purge On Linux - (broomberg) - (16)
         " Gleefully participating in the heat death of the Universe! -NT - (Ashton)
         Not Done Yet are you (Now with EIDE and SCSI) - (folkert) - (6)
             The disks are too small - (broomberg) - (5)
                 Try the SAP-DB stuff on - (folkert)
                 RAID 10 == Nice for Data Protection... - (folkert) - (3)
                     Explain - (broomberg) - (2)
                         RAID 1 can beat RAID 0 - (ben_tilly)
                         Not always so. - (folkert)
         Funny you should say something about Disk-as-Tape - (folkert) - (1)
             Could of seen it? DID! - (broomberg)
         Speaking of optimization ... - (drewk)
         Re: Merge/Purge On Linux - (lincoln) - (4)
             I'm trying! -NT - (broomberg) - (3)
                 And notice that I didn't here? - (lincoln) - (2)
                     Pure apples to apples? - (broomberg) - (1)
                         Cut off an hour - (broomberg)

When's the last time you heard China?
41 ms