On Thu, 2005-08-25 at 11:16 -0400, Ron wrote:
> ># - Settings -
> >
> >fsync = false # turns forced synchronization on or off
> >#wal_sync_method = fsync # the default varies across platforms:
> > # fsync, fdatasync, open_sync, or
>
> I hope you have a battery backed write buffer!
Battery backed write buffer will do nothing here, because the OS is
taking it's sweet time flushing to the controller's battery backed write
buffer!
Isn't the reason for batter backed controller cache to make fsync()s
fast?
-K