From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | rj(at)last(dot)fm, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: best arrangement of 3 disks for (insert) performance |
Date: | 2003-09-12 16:49:52 |
Message-ID: | 200309120949.52871.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-performance |
RIchard,
> its a dual xeon 2.4, 4gb ram and 3x identical 15k rpm scsi disks
>
> should i mirror 2 of the disks for postgres data, and use the 3rd disk for
the
> o/s and the pg logs or raid5 the 3 disks or even stripe 2 disks for pg and
> use the 3rd for o/s,logs,backups ?
I'd mirror 2. Stripey RAID with few disks imposes a heavy performance
penalty on data writes (particularly updates), sometimes as much as 50% for a
RAID5-3disk config.
I am a little curious why you've got a dual-xeon, but could only afford 3
disks ....
--
-Josh Berkus
Aglio Database Solutions
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Jones | 2003-09-12 16:55:40 | Re: best arrangement of 3 disks for (insert) performance |
Previous Message | Martin Marques | 2003-09-12 16:45:20 | Re: Why do I need to pass value for Serial type in Insert/Update? |
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2003-09-12 16:55:06 | Re: software vs hw hard on linux |
Previous Message | Christopher Browne | 2003-09-12 15:32:18 | Re: software vs hw hard on linux |