Re: [HACKERS] win32 performance - fsync question

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Michael Paesold" <mpaesold(at)gmx(dot)at>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [HACKERS] win32 performance - fsync question
Date: 2005-02-28 13:16:53
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A7633@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> Reading your mails about the pull-the-plug tests, I see that at least
with
> write caching enabled, fsync is more secure on win32 than open_sync.
I.e.
> one should disable write caching for use with open_sync. Also
open_sync
> seems to perform much better. All that information would be nice to
have
> in
> the docs.

There are very little platform specific notes in the regular
documentation. Tbe best sync settings for performance and safety tend
to differ on various platforms.

There is a win32 faq; in the current state of things win32 specific
notes belongs there. I think a reasonable case could be made to move
various platform specific things into the regular documentation in a
special section.

Merlin

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Nicolai Tufar 2005-02-28 13:27:14 Re: snprintf causes regression tests to fail
Previous Message Dave Page 2005-02-27 19:52:00 Re: [pgsql-hackers-win32] win32 performance - fsync question