Re: Two hard drives --- what to do with them?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Peter Kovacs <maxottovonstirlitz(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Carlos Moreno <moreno_pg(at)mochima(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Two hard drives --- what to do with them?
Date: 2007-03-01 03:28:46
Message-ID: 20070301032846.GA14102@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sun, Feb 25, 2007 at 23:11:01 +0100,
Peter Kovacs <maxottovonstirlitz(at)gmail(dot)com> wrote:
> A related question:
> Is it sufficient to disable write cache only on the disk where pg_xlog
> is located? Or should write cache be disabled on both disks?

With recent linux kernels you may also have the option to use write
barriers instead of disabling caching. You need to make sure all of
your stacked block devices will handle it and most versions of software
raid (other than 1) won't. This won't be a lot faster, since at sync
points the OS needs to order a cache flush, but it does give the disks a chance
to reorder some commands in between flushes.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Bruno Wolff III 2007-03-01 03:31:12 Re: Two hard drives --- what to do with them?
Previous Message Takayuki Tsunakawa 2007-03-01 00:45:53 Re: Dead Space Map version 2