File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.233 2009/11/13 22:43:39 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.234 2009/11/28 16:21:31 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1432,6 +1432,8 @@ SET ENABLE_SEQSCAN TO OFF;
1432
1432
The default is the first method in the above list that is supported
1433
1433
by the platform.
1434
1434
The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
1435
+ The utility <filename>src/tools/fsync</> in the PostgreSQL source tree
1436
+ can do performance testing of various fsync methods.
1435
1437
This parameter can only be set in the <filename>postgresql.conf</>
1436
1438
file or on the server command line.
1437
1439
</para>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.59 2009/04/09 16:20:50 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.60 2009/11/28 16:21:31 momjian Exp $ -->
2
2
3
3
<chapter id="wal">
4
4
<title>Reliability and the Write-Ahead Log</title>
86
86
ensure data integrity. Avoid disk controllers that have non-battery-backed
87
87
write caches. At the drive level, disable write-back caching if the
88
88
drive cannot guarantee the data will be written before shutdown.
89
+ You can test for reliable I/O subsystem behavior using <ulink
90
+ url="http://brad.livejournal.com/2116715.html">diskchecker.pl</ulink>.
89
91
</para>
90
92
91
93
<para>
You can’t perform that action at this time.
0 commit comments