-
+
Reliability and the Write-Ahead Log
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