Re: High update activity, PostgreSQL vs BigDBMS

From: Geoffrey <esoteric(at)3times25(dot)net>
To: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: High update activity, PostgreSQL vs BigDBMS
Date: 2007-01-02 14:04:30
Message-ID: 459A666E.9090508@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Alvaro Herrera wrote:
> Ron wrote:
>
>> C= What file system are you using? Unlike BigDBMS, pg does not have
>> its own native one, so you have to choose the one that best suits
>> your needs. For update heavy applications involving lots of small
>> updates jfs and XFS should both be seriously considered.
>
> Actually it has been suggested that a combination of ext2 (for WAL) and
> ext3 (for data, with data journalling disabled) is a good performer.
> AFAIK you don't want the overhead of journalling for the WAL partition.

I'm curious as to why ext3 for data with journalling disabled? Would
that not be the same as ext2?

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
- Benjamin Franklin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ragnar 2007-01-02 14:54:56 Re: High update activity, PostgreSQL vs BigDBMS
Previous Message Rolf Østvik 2007-01-02 12:45:18 Re: Worse perfomance on 8.2.0 than on 7.4.14