File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.67 2010/07/07 14:42:09 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.68 2010/07/08 16:44:12 momjian Exp $ -->
2
2
3
3
<chapter id="wal">
4
4
<title>Reliability and the Write-Ahead Log</title>
98
98
command forces all data from the BBU to the disks, eliminating much
99
99
of the benefit of the BBU. You can run the utility
100
100
<filename>src/tools/fsync</> in the PostgreSQL source tree to see
101
- if you are effected . If you are effected , the performance benefits
101
+ if you are affected . If you are affected , the performance benefits
102
102
of the BBU cache can be regained by turning off write barriers in
103
103
the file system or reconfiguring the disk controller, if that is
104
104
an option. If write barriers are turned off, make sure the battery
You can’t perform that action at this time.
0 commit comments