Re: Two hard drives --- what to do with them? - Mailing list pgsql-performance

From Jeff Davis
Subject Re: Two hard drives --- what to do with them?
Date
Msg-id 1172526666.10824.315.camel@dogma.v10.wvs
Whole thread Raw
In response to Re: Two hard drives --- what to do with them?  ("Peter Kovacs" <maxottovonstirlitz@gmail.com>)
Responses Re: Two hard drives --- what to do with them?  ("Peter Kovacs" <maxottovonstirlitz@gmail.com>)
List pgsql-performance
On Sun, 2007-02-25 at 23:11 +0100, Peter Kovacs 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?
>

When PostgreSQL does a checkpoint, it thinks the data pages before the
checkpoint have successfully made it to disk.

If the write cache holds those data pages, and then loses them, there's
no way for PostgreSQL to recover. So use a battery backed cache or turn
off the write cache.

Regards,
    Jeff Davis


pgsql-performance by date:

Previous
From: Charles Sprickman
Date:
Subject: Re: Writting a "search engine" for a pgsql DB
Next
From: "Peter Kovacs"
Date:
Subject: Re: Two hard drives --- what to do with them?