Re: Postgresql 9.0.6 Raid 5 or not please help.

From: alexandre - aldeia digital <adaldeia(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql 9.0.6 Raid 5 or not please help.
Date: 2011-12-23 12:15:35
Message-ID: 4EF470E7.7090208@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> I'm not so confident that a RAID-1 will win over a single disk. When it
> comes to writes, the latency should be ~50 higher (if both disk must
> sync), since the spindles are not running synchronously. This applies to
> softraid, not something like a battery-backend raid controller of course.
>
> Or am I wrong here?
>

Software RAID-1 in Linux, can read data in all disks and generally
increase a lot the data rate in reads. In writes, for sure, the overhead
is great compared with a single disk, but not too much.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2011-12-23 15:25:54 Re: Postgresql 9.0.6 Raid 5 or not please help.
Previous Message Mario Weilguni 2011-12-23 09:20:05 Re: Postgresql 9.0.6 Raid 5 or not please help.