Re: no universally correct setting for fsync - Mailing list pgsql-hackers

From Tom Lane
Subject Re: no universally correct setting for fsync
Date
Msg-id 3860.1273276155@sss.pgh.pa.us
Whole thread Raw
In response to Re: no universally correct setting for fsync  (Bernd Helmle <mailings@oopsware.de>)
Responses Re: no universally correct setting for fsync
List pgsql-hackers
Bernd Helmle <mailings@oopsware.de> writes:
> I've recently even started to wonder if the performance gain with fsync=off 
> is still that large on modern hardware. While testing large migration 
> procedures to a new version some time ago (on an admitedly fast storage) i 
> forgot here and then to turn it off, without a significant degradation in 
> performance.

That says to me either that you're using a battery-backed write cache,
or your fsyncs don't really work (no write barriers or something like
that).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] psql weird behaviour with charset encodings
Next
From: Bernd Helmle
Date:
Subject: Re: no universally correct setting for fsync