Re: limiting performance impact of wal archiving.

From: Craig James <craig_james(at)emolecules(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: limiting performance impact of wal archiving.
Date: 2009-11-10 17:07:14
Message-ID: 4AF99DC2.9040607@emolecules.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Nov 10, 2009 at 5:35 PM, Greg Smith <greg(at)2ndquadrant(dot)com> wrote:
> Given the current quality of Linux code, I hesitate to use anything but ext3
> because I consider that just barely reliable enough even as the most popular
> filesystem by far. JFS and XFS have some benefits to them, but none so
> compelling to make up for how much less testing they get. That said, there
> seem to be a fair number of people happily running high-performance
> PostgreSQL instances on XFS.

I thought the common wisdom was to use ext2 for the WAL, since the WAL is a journal system, and ext3 would essentially be journaling the journal. Is that not true?

Craig

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2009-11-10 17:10:45 Re: limiting performance impact of wal archiving.
Previous Message Scott Marlowe 2009-11-10 17:01:30 Re: limiting performance impact of wal archiving.