Re: Choosing a filesystem - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Choosing a filesystem
Date
Msg-id 20080911170725.GL1008@commandprompt.com
Whole thread Raw
In response to Choosing a filesystem  (Laszlo Nagy <gandalf@shopzeus.com>)
List pgsql-performance
On Thu, Sep 11, 2008 at 06:29:36PM +0200, Laszlo Nagy wrote:

> The expert told me to use RAID 5 but I'm hesitating. I think that RAID 1+0
> would be much faster, and I/O performance is what I really need.

I think you're right.  I think it's a big mistake to use RAID 5 in a
database server where you're hoping for reasonable write performance.
In theory RAID 5 ought to be fast for reads, but I've never seen it
work that way.

> I would like to put the WAL file on the SAS disks to improve performance,
> and create one big RAID 1+0 disk for the data directory. But maybe I'm
> completely wrong. Can you please advise how to create logical partitions?

I would listen to yourself before you listen to the expert.  You sound
right to me :)

A


--
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/

pgsql-performance by date:

Previous
From: Laszlo Nagy
Date:
Subject: Choosing a filesystem
Next
From: Matthew Wakeling
Date:
Subject: Re: Choosing a filesystem