Re: High update activity, PostgreSQL vs BigDBMS - Mailing list pgsql-performance

From Jeremy Haile
Subject Re: High update activity, PostgreSQL vs BigDBMS
Date
Msg-id 1167749923.22768.282753307@webmail.messagingengine.com
Whole thread Raw
In response to Re: High update activity, PostgreSQL vs BigDBMS  (Lars Heidieker <lars@heidieker.de>)
List 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

pgsql-performance by date:

Previous
From: Lars Heidieker
Date:
Subject: Re: High update activity, PostgreSQL vs BigDBMS
Next
From: Tom Lane
Date:
Subject: Re: Worse perfomance on 8.2.0 than on 7.4.14