Re: Tuning PostgreSQL

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Tuning PostgreSQL
Date: 2003-07-22 17:10:33
Message-ID: 20030722171033.GB2686@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Jul 22, 2003 at 11:40:35 +0200,
Vincent van Leeuwen <pgsql(dot)spam(at)vinz(dot)nl> wrote:
>
> About RAID types: the fastest RAID type by far is RAID-10. However, this will
> cost you a lot of useable diskspace, so it isn't for everyone. You need at
> least 4 disks for a RAID-10 array. RAID-5 is a nice compromise if you want as
> much useable diskspace as possible and still want to be redundant. RAID-1 is
> very useful for small (2-disk) arrays.

Note that while raid 10 requires 4 disks, you get the space of 2 disks.
This is the same ratio as for raid 1.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message SZUCS Gábor 2003-07-22 17:10:52 Re: Dual Xeon + HW RAID question
Previous Message Mendola Gaetano 2003-07-22 17:10:14 Wrong plan or what ?