2

How much slower is RAID 1 than no RAID at all? I have heard that RAID 1 provides peace of mind (because of mirroring) but gives slower write (not read) performance.

1
  • 1
    It's pretty well explained on wikipedia, en.wikipedia.org/wiki/Standard_RAID_levels#RAID_1, so you should read that first, since the question while it makes sense, doesn't make sense to ask. You're going to Raid 1 for the redundancy, taking a known performance hit. How much hit depends on other factors like how many write heads, disk speeds, and even more. Commented May 13, 2012 at 2:35

1 Answer 1

3

Depends whether you are dealing with hardware RAID or software RAID and what the circumstances are (e.g. controller being used, controller memory, buffer sizes).

Generally you will see a performance hit using software RAID. With a decent hardware RAID controller, depending on the sizes of files being written, you will see little to no difference as the files can be buffered into controller memory then written at a later time.

1
  • 1
    And then there's what's known as 'fake' RAID. This is used by Intel desktop chipsets. I'm using it right now, and I can say there's a rather large performance hit for me (RAID 1) - especially when it's verifying/repairing (does that a lot, usually after 'unsafe' shutdown) or rebuilding (occasionally).
    – Bob
    Commented May 13, 2012 at 2:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .