Re: Experimental patch for inter-page delay in VACUUM
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Postgresql Hackers <pgsql-hackers@postgresql.org>
Date: 2003-11-04T17:11:16Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: >> Actually, once you build it this way, you could make all writes >> synchronous (open the files O_SYNC) so that there is never any need for >> explicit fsync at checkpoint time. >> > Or maybe fdatasync() would be slightly more efficient - do we care about > flushing metadata that much? We don't, but it would just obscure the discussion to spell out "fsync, or fdatasync where available" ... regards, tom lane