Re: Linux - postgres RAID - Mailing list pgsql-general

From Carlos Moreno
Subject Re: Linux - postgres RAID
Date
Msg-id 43D53A2C.60308@mochima.com
Whole thread Raw
In response to Linux - postgres RAID  (Rick Gigger <rick@alpinenetworking.com>)
List pgsql-general
Rick Gigger wrote:

> I figure this would be a good place to ask. I want to build / buy a
> new linux postgres box.  I was wondering if anyone on this list had
> some experience with this they'd like to share.  I'm thinking
> somewhere in the $7k - 15k range.  The post important things are
> write speed to the disk and good linux driver support for the raid
> card.  Can anyone recommend a specific raid card / server vendor?


Instead of (or in addition to) RAID configurations, you may want to
consider using multiple disks, connected to independent channels
(not a problem if you're talking SATA), such that PG can perform
simultaneous access to the various filesystems.  I'm not sure which
parts are critical, or how many different partitions you would need
for optimal performance, but the "PG Performance" mailing list
archives should prove useful to find out about this.

Maybe you could use SATA Raptor drives -- the 10k RPM, which
I believe has a sustained transfer rate in the order of 80 or 90 MB/sec.

Do make sure that you get a MB with fast internal bus (533 or 800
MB/sec at least), so that you don't waste your money on multiple
independently-connected hard drives that hit a bottleneck when the
data reaches the motherboard.

And don't even bother to show up again if you were planning to
put less than 4GB of memory!!  :-)

HTH,

Carlos
--


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: invalid memory alloc request size
Next
From: Rick Gigger
Date:
Subject: Re: Linux - postgres RAID