Re: File system performance and pg_xlog - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: File system performance and pg_xlog
Date
Msg-id 200105071609.f47G9fb09977@candle.pha.pa.us
Whole thread Raw
In response to Re: File system performance and pg_xlog  (mlw <markw@mohawksoft.com>)
Responses Re: File system performance and pg_xlog  (teg@redhat.com (Trond Eivind Glomsrød))
List pgsql-hackers
One big performance issue is that PostgreSQL 7.1 uses fdatasync if it is
available.  However, according to RedHat, 2.2 Linux kernels have
fdatasync, but it really just acts as fsync.  In 2.4 kernels, fdatasync
is really fdatasync, I think.

That is a major issue for people running performance tests.  For
example, XFS may be slow on 2.2 kernels but not 2.4 kernels.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: typo in psql's help
Next
From: Tom Lane
Date:
Subject: Re: File system performance and pg_xlog