Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster HDDs

From: eric soroos <eric-psql(at)soroos(dot)net>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster HDDs
Date: 2002-11-21 19:30:44
Message-ID: 109501694.1174244252@[4.42.179.151]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-performance


> Does anyone one if linux software raid 1 supports this method (reading from
> both disks, thus doubling performance)?
>

From memory of reading slightly old (1999) howtos, I believe that the answer is yes, at least for the md system. Not sure about LVM, or even if mirroring is supported under LVM.

I would guess that it shouldn't be too hard to test:

1) set up dataset on mirred system.
2) run pg_bench or one of the tpc benches.
3) fail one of the drives in the mirror.
4) run the test again.

If the read latency goes down, it should be reflected in the benchmark.

eric

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2002-11-21 19:39:09 Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on
Previous Message Bjoern Metzdorf 2002-11-21 19:24:19 Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster HDDs

Browse pgsql-performance by date

  From Date Subject
Next Message scott.marlowe 2002-11-21 19:39:09 Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on
Previous Message Bjoern Metzdorf 2002-11-21 19:24:19 Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster HDDs