From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | "Chad Thompson" <chad(at)weblinkservices(dot)com>, "pgsql-performance" <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: Looking for a cheap upgrade (RAID) |
Date: | 2003-05-02 20:10:46 |
Message-ID: | 200305021310.46770.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Chad,
> I realize that Im a raid on linux newbie so any suggestions are appreciated.
> Im thinking I want to put this on an IDE Raid array, probably 0+1. IDE seems
> to be cheap and effective these days.
> What ive been able to glean from other postings is that I should have 3
> drives, 2 for the database w/ striping and another for the WAL.
Well, RAID 0+1 is only relevant if you have more than 2 drives. Otherwise,
it's just RAID 1 (which is a good choice for PostgreSQL).
More disks is almost always better. Putting WAL on a seperate (non-RAID) disk
is usually a very good idea.
> I would also appreciate raid hardware suggestions (brands, etc)
> And as always im not afraid to RTFM if someone can point me to the FM :-)
Use Linux Software RAID. To get hardware RAID better than Linux Software
RAID, you have to spend $800 or more.
--
-Josh Berkus
Aglio Database Solutions
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Chad Thompson | 2003-05-02 20:53:33 | Re: Looking for a cheap upgrade (RAID) |
Previous Message | scott.marlowe | 2003-05-02 20:04:37 | Re: Looking for a cheap upgrade (RAID) |