Re: to fsync or not to fsync

From: Frank Hsueh <frank(dot)hsueh(at)gmail(dot)com>
To: Rodrigo Filgueira <rfilgue(at)cinterfor(dot)org(dot)uy>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: to fsync or not to fsync
Date: 2004-07-06 15:45:10
Message-ID: 753644204070608452ac91892@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Rodrigo,

> Hello there, I'm trying to make sure my postgres 7.4 is running as fast
> as it can in my box.

> ...

> My Software config is:
>
> RedHat 7.3 - 2.4.20-28.7smp Kernel, reporting four processors because of
> hyper threading.
> Postgres 7.4
> Data directory is on a ext3 journaled filesystem (data=journal)

Isn't ext3 a really slow journaled filesystem [1, 2] to begin with?

[1] http://slashdot.org/article.pl?sid=04/05/11/134214
[2] http://209.81.41.149/~jpiszcz/index.html

It might be a good experiment to figure out how different file systems
affect perf.

--
Frank Hsueh, EngSci Elec 0T3 + 1

email: frank(dot)hsueh(at)gmail(dot)com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rodrigo Filgueira 2004-07-06 16:43:14 Re: to fsync or not to fsync (ext3?)
Previous Message Rodrigo Filgueira 2004-07-06 14:57:51 to fsync or not to fsync