P
Peter Olcott
http://en.wikipedia.org/wiki/RAID_1#RAID_1
It is possible to make a hard-drive subsystem read as
quickly as a RAID 0 and yet have the much higher reliability
of RAID 1.
The above link mentions this. All that is needed is to
divide up the data access across all of the drives, reading
a portion of the file from each drive. All of the data is
redundantly stored on every drive.
The only case that I am looking at (because of specific need
of my application) is maximizing the sustained throughput
for reading files larger than 500 MB. I saw an Adaptec RAID
controller tonight that could handle 12 drives
simultaneously at their full speed. If there were a total of
24 drives on the system, then only two cards would be needed
to get my required 2400 MB per second sustained transfer
rate. These cards were PCI Express 8x.
Assuming that these cards work like the above Wikipedia
article indicates, it would seem that the last step is to
find the best way to combine the output from these two
controller cards. I would guess that the typical
recommendation would be to get another controller card used
to create a RAID 0 from these two RAID 1 subsystems.
It is possible to make a hard-drive subsystem read as
quickly as a RAID 0 and yet have the much higher reliability
of RAID 1.
The above link mentions this. All that is needed is to
divide up the data access across all of the drives, reading
a portion of the file from each drive. All of the data is
redundantly stored on every drive.
The only case that I am looking at (because of specific need
of my application) is maximizing the sustained throughput
for reading files larger than 500 MB. I saw an Adaptec RAID
controller tonight that could handle 12 drives
simultaneously at their full speed. If there were a total of
24 drives on the system, then only two cards would be needed
to get my required 2400 MB per second sustained transfer
rate. These cards were PCI Express 8x.
Assuming that these cards work like the above Wikipedia
article indicates, it would seem that the last step is to
find the best way to combine the output from these two
controller cards. I would guess that the typical
recommendation would be to get another controller card used
to create a RAID 0 from these two RAID 1 subsystems.