At 2004-04-04T14:54:08Z, Chris Metzler <[EMAIL PROTECTED]> writes:

> On Sat, 03 Apr 2004 23:42:27 -0600
> Kirk Strauser <[EMAIL PROTECTED]> wrote:

>> Not really.  Concurrent mirrored reads can be significantly faster than
>> striped reads, since each drive can be servicing a complete read request
>> simultaneously.

> RAID 0 functions the same way.  Consecutive chunks of data alternate
> between the disks.

Yes, but if two processes are trying to read a blocks that live on the same
disk, then one of them has to wait.  With mirroring, both processes can read
their data simultaneously.  Mirroring is significantly faster than striping
on all *concurrency* benchmarks that I've seen.
-- 
Kirk Strauser
In Googlis non est, ergo non est.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to