Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

WARNING: do not turn off full_page_writes in PG 8.1.*



Recent analysis has shown that turning off full_page_writes is not safe
under *any* circumstances, even if you have infrastructure such as a
battery-backed disk cache that should prevent partial page writes.
We have seen two recent reports of full_page_writes = off causing
failure to restart after a database crash, even though no OS- or
hardware-level problem occurred.

Our plan is to disable the variable in 8.1.4 and future 8.1.* releases
(forcing the system to act as though it's always ON), but not remove
the variable as that would cause unexpected breakage to postgresql.conf
files.  We will look into whether it's practical to re-enable it for
8.2; at present it appears that doing so will require a chunk of
additional code that would be imprudent to back-patch.

If you are running on 8.1.0 - 8.1.3, however, you need to make sure that
full_page_writes is ON.

For technical details see this thread:
http://archives.postgresql.org/pgsql-hackers/2006-03/msg01168.php

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group