Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} Why RAID1?
Date: Wed, 17 Dec 2008 22:55:16
Message-Id: 57A32105-1006-4567-8410-79E49E61975C@stellar.eclipse.co.uk
In Reply to: [gentoo-user] {OT} Why RAID1? by Grant
1 On 17 Dec 2008, at 02:24, Grant wrote:
2 > ... Everyone seems to love
3 > RAID1 though, and I'm a little confused as to why.
4
5 Everyone loves RAID1 because it "backs up your data".
6 Note the use of quotation marks.
7
8 You stated that data throughput was a bottleneck for your system, so
9 RAID1 may not give you the benefits you require.
10
11 Under RAID0 any given byte is read or written 1/2 from drive A & 1/2
12 from drive B.
13 Under RAID1 any given byte may be read or 1/2 from drive A & 1/2 from
14 drive B, but must be written completely to both drives.
15
16 Compared to a single drive:
17 RAID1 doubles sustained read speed (write speed unaffected).
18 RAID0 doubles sustained read AND write speeds.
19
20 Stroller.