Add link to exteran fsync testing script and our fsync test tool.
-
+
Server Configuration
The default is the first method in the above list that is supported
by the platform.
The open_>* options also use O_DIRECT> if available.
+ The utility src/tools/fsync> in the PostgreSQL source tree
+ can do performance testing of various fsync methods.
This parameter can only be set in the postgresql.conf>
file or on the server command line.
-
+
Reliability and the Write-Ahead Log
ensure data integrity. Avoid disk controllers that have non-battery-backed
write caches. At the drive level, disable write-back caching if the
drive cannot guarantee the data will be written before shutdown.
+ You can test for reliable I/O subsystem behavior using
+ url="http://brad.livejournal.com/2116715.html">diskchecker.pl.