selective fsync?

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: pgsql-hackers(at)hub(dot)org
Subject: selective fsync?
Date: 2000-10-16 15:56:26
Message-ID: 20001016085626.W272@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm wondering how useful it would be if one could enable selective
fsync. That would mean that although the database was running
async mode, the system tables and doing things like create index
would cause an fsync to enforce ordering in case of a crash.

This would prevent more serious problems like stray files in the
database while still allowing normal data to be managed quickly.

--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-16 15:58:35 Re: New file naming
Previous Message Bruce Momjian 2000-10-16 15:55:14 Re: INHERITS doesn't offer enough functionality