Re: Raid Chunk Sizes for DSS type DB

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org, Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
Subject: Re: Raid Chunk Sizes for DSS type DB
Date: 2007-10-30 05:10:48
Message-ID: 742970.1063.qm@web31815.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- On Mon, 10/29/07, Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com> wrote:
> (Raid1 = No Fault tolerance since 3 drives)
Raid1 with three drives will have fault tolerance. You will have three disks with the same image. This is triple redundancy. This could greatly improve select performance.

Having said this, I've used software raid5 and am currently using raid10 implemented from PCI ide cards but have had data loss errors occur with both setups. I am not sure if the problem is in the drives, the pci cards, or the software raid setup. (Thank goodness that this is my toy computer.)

However, I've used RAID1 with great success for my OS partitions and haven't had any problems of the last couple of years.

Regards,
Richard Broersma

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Troy Rasiah 2007-10-30 05:36:20 Re: how to unsubscribe from this group?
Previous Message Tom Lane 2007-10-30 05:06:50 Re: Base Backups from PITR Standby