Document that many solid-state drives have volatile write-back caches.
authorBruce Momjian
Sat, 20 Feb 2010 18:28:37 +0000 (18:28 +0000)
committerBruce Momjian
Sat, 20 Feb 2010 18:28:37 +0000 (18:28 +0000)
doc/src/sgml/wal.sgml

index 2c5ce011126e16dc338b315bbcc2e357b1254bf7..5f6a6eb2e18d1048f1fc44c38e5fbce498b2331a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Reliability and the Write-Ahead Log
@@ -59,7 +59,8 @@
    same concerns about data loss exist for write-back drive caches as
    exist for disk controller caches.  Consumer-grade IDE and SATA drives are
    particularly likely to have write-back caches that will not survive a
-   power failure.  To check write caching on Linux use
+   power failure.  Many solid-state drives also have volatile write-back
+   caches.  To check write caching on Linux use
    hdparm -I;  it is enabled if there is a * next
    to Write cache; hdparm -W to turn off
    write caching.  On FreeBSD use