Re: setting up raid10 with more than 4 drives

From: PFC <lists(at)peufeu(dot)com>
To: "Luke Lonergan" <LLonergan(at)greenplum(dot)com>, "Michael Stone" <mstone+postgres(at)mathom(dot)us>, pgsql-performance(at)postgresql(dot)org
Subject: Re: setting up raid10 with more than 4 drives
Date: 2007-05-30 15:40:50
Message-ID: op.ts5cicyjcigqcu@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Oh by the way, I saw a nifty patch in the queue :

Find a way to reduce rotational delay when repeatedly writing last WAL page
Currently fsync of WAL requires the disk platter to perform a full
rotation to fsync again.
One idea is to write the WAL to different offsets that might reduce the
rotational delay.

This will not work if the WAL is on RAID1, because two disks never spin
exactly at the same speed...

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Luke Lonergan 2007-05-30 15:51:45 Re: setting up raid10 with more than 4 drives
Previous Message PFC 2007-05-30 15:31:58 Re: setting up raid10 with more than 4 drives