From: | "Luke Lonergan" <llonergan(at)greenplum(dot)com> |
---|---|
To: | "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: setting up raid10 with more than 4 drives |
Date: | 2007-05-29 21:50:57 |
Message-ID: | C281EE51.31A7F%llonergan@greenplum.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Stripe of mirrors is preferred to mirror of stripes for the best balance of
protection and performance.
In the stripe of mirrors you can lose up to half of the disks and still be
operational. In the mirror of stripes, the most you could lose is two
drives. The performance of the two should be similar - perhaps the seek
performance would be different for high concurrent use in PG.
- Luke
On 5/29/07 2:14 PM, "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com> wrote:
> hi,
>
> this is not really postgresql specific, but any help is appreciated.
> i have read more spindles the better it is for IO performance.
>
> suppose i have 8 drives , should a stripe (raid0) be created on
> 2 mirrors (raid1) of 4 drives each OR should a stripe on 4 mirrors
> of 2 drives each be created ?
>
> also does single channel or dual channel controllers makes lot
> of difference in raid10 performance ?
>
> regds
> mallah.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2007-05-29 22:07:33 | Re: How PostgreSQL handles multiple DDBB instances? |
Previous Message | Rajesh Kumar Mallah | 2007-05-29 21:14:52 | setting up raid10 with more than 4 drives |