Originally posted by: CVSiN
wrong again ronald..
mirroring = no performance gain at all..
sorry this is basic computing anyone that has passed an A+ (retard cert which I have for god knows what reason other than job required it) knows this is not true..
Proving once again, that A+ certs mean nothing, and lack the depth of real-world experience.
The correct answer to that question is, of course, "it depends". It is possible, for a good implementation, to actually nearly double the read speeds of a single drive, with a mirrored RAID array. The reason why is, you have two independent spindles, both containing identical copies of the same data blocks. So if you get two read requests, instead of servicing them one after another, the RAID controller can send one of the requests to one drive, and one to the other drive, and together, they can complete in half the time. Basically, it can issue parallel read/seek requests, up to the number of drives in the mirror-set, as opposed to issuing them sequentially.
Of course, cheap and/or brain-dead RAID implementations may not do this. Those include many low-cost "software RAID" controllers for PCs. So if those are all that you are working with, then you're right, they generally offer no performance gain.
Originally posted by: CVSiN
RAID0 = striping =FAST
Potentially-higher STR, at the expense of lowered IOs/sec as compared to a different configuration of spindles.
Originally posted by: CVSiN
RAID 1= mirroring no gain other than redundancy to bit slower pretty worthless in most computing environments as most peeps that need redundancy will run RAID5 or a regular single drive solution with a good backup plan
RAID5 =striping with parity= FAST with redundancy= uber but costly 3 drives minimum required
Actually, write speeds to a RAID5 are usually lower than that of a single drive, and/or a mirror set.
Reads can be better than a single drive, but lower than a stripe set. (But can handle more IOs/sec, usually.)