Re: more filesystem benchmarks

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: "Jeffrey W(dot) Baker" <jwbaker(at)acm(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: more filesystem benchmarks
Date: 2005-07-16 11:01:08
Message-ID: 20050716110108.GL19080@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sat, Jul 16, 2005 at 01:12:27AM -0700, Jeffrey W. Baker wrote:
>Another frequent suggestion is to put the xlog on a separate device. I
>tried this, and, for a given number of disks, it appears to be
>counter-productive. A RAID5 of 5 disks holding both logs and data is
>about 15% faster than a RAID5 of 3 disks with the data, and a mirror of
>two disks holding the xlog.

Try simply a seperate partition on the same device with a different
filesystem (ext2).

Mike Stone

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ron Wills 2005-07-16 21:14:55 Re: Really bad diskio
Previous Message Jeffrey W. Baker 2005-07-16 08:12:27 more filesystem benchmarks