|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.61 2010/02/03 17:25:06 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.62 2010/02/20 18:28:37 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="wal">
|
4 | 4 | <title>Reliability and the Write-Ahead Log</title>
|
|
59 | 59 | same concerns about data loss exist for write-back drive caches as
|
60 | 60 | exist for disk controller caches. Consumer-grade IDE and SATA drives are
|
61 | 61 | particularly likely to have write-back caches that will not survive a
|
62 |
| - power failure. To check write caching on <productname>Linux</> use |
| 62 | + power failure. Many solid-state drives also have volatile write-back |
| 63 | + caches. To check write caching on <productname>Linux</> use |
63 | 64 | <command>hdparm -I</>; it is enabled if there is a <literal>*</> next
|
64 | 65 | to <literal>Write cache</>; <command>hdparm -W</> to turn off
|
65 | 66 | write caching. On <productname>FreeBSD</> use
|
|