Re: High update activity, PostgreSQL vs BigDBMS

From: "Jeremy Haile" <jhaile(at)fastmail(dot)fm>
To: " PostgreSQL Performance" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: High update activity, PostgreSQL vs BigDBMS
Date: 2007-01-02 14:58:43
Message-ID: 1167749923.22768.282753307@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

More specifically, you should set the noatime,data=writeback options in
fstab on ext3 partitions for best performance. Correct?

> it doesn't really belong here but ext3 has
> data journaled (data and meta data)
> ordered (meta data journald but data written before meta data (default))
> journald (meta data only journal)
> modes.
>
> The performance differences between ordered and meta data only
> journaling should be very small enyway

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2007-01-02 15:07:24 Re: Worse perfomance on 8.2.0 than on 7.4.14
Previous Message Lars Heidieker 2007-01-02 14:55:09 Re: High update activity, PostgreSQL vs BigDBMS