|
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 areeffected. If you areeffected, the performance benefits |
| 101 | + if you areaffected. If you areaffected, 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
|
|