Re: LVM and Postgres

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: LVM and Postgres
Date: 2005-12-07 00:25:37
Message-ID: 20051207002537.GN7330@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Dec 06, 2005 at 09:36:23PM +0000, Rory Campbell-Lange wrote:
>Yes, we don't have any spare disks unfortunately. We have enabled the
>BBU write, so we are hoping for good performance.

Even if you don't use seperate disks you'll probably get better
performance by putting the WAL on a seperate ext2 partition. xfs gives
good performance for the table data, but is not particularly good for
the WAL.

Mike Stone

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alex Turner 2005-12-07 00:52:25 Re: LVM and Postgres
Previous Message Michael Stone 2005-12-07 00:23:07 Re: postgresql performance tuning