Re: File system performance and pg_xlog

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Marko Kreen <marko(at)l-t(dot)ee>, Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: File system performance and pg_xlog
Date: 2001-05-07 16:09:41
Message-ID: 200105071609.f47G9fb09977@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-07 16:12:43 Re: File system performance and pg_xlog
Previous Message Tom Lane 2001-05-07 16:08:37 Re: File system performance and pg_xlog