choosing the right RAID level for PostgresQL database

From: sergey <sergey(dot)on(dot)net(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: choosing the right RAID level for PostgresQL database
Date: 2011-02-13 20:12:06
Message-ID: AANLkTi=kYyOq-Y=pLaRSSLHg1vNZrjQ7HEr=PDs=yROb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,

I got a disk array appliance of 8 disks 1T each (UltraStor RS8IP4). It will
be used solely by PostgresQL database and I am trying to choose the best
RAID level for it.

The most priority is for read performance since we operate large data sets
(tables, indexes) and we do lots of searches/scans, joins and nested
queries. With the old disks that we have now the most slowdowns happen on
SELECTs.

Fault tolerance is less important, it can be 1 or 2 disks.

Space is the least important factor. Even 1T will be enough.

Which RAID level would you recommend in this situation. The current options
are 60, 50 and 10, but probably other options can be even better.

Thank you!

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rob Wultsch 2011-02-13 20:40:09 Re: Why we don't want hints
Previous Message Scott Marlowe 2011-02-11 19:20:45 Re: Unblock tables