-
+
Reliability and the Write-Ahead Log
roll-forward recovery, also known as REDO.)
+
+ Because
WAL restores database file
+ contents after a crash, it is not necessary to use a
+ journaled filesystem; in fact, journaling overhead can
+ reduce performance. For best performance, turn off
+ data journaling as a filesystem mount
+ option, e.g. use data=writeback> on Linux.
+ Meta-data journaling (e.g. file creation and directory
+ modification) is still desirable for faster rebooting after
+ a crash.
+
+
+
+
significantly reduced number of disk writes, because only the log