- Data pages are not currently checksummed by default, though full page images
- recorded in WAL records will be protected; see
- linkend="app-initdb-data-checksums">
initdb
- for details about enabling data checksums.
+ Data pages are checksummed by default, and full page images
+ recorded in WAL records are always checksum protected.
- By default, data pages are not protected by checksums, but this can
- optionally be enabled for a cluster. When enabled, each data page includes
+ By default, data pages are protected by checksums, but this can
+ optionally be disabled for a cluster. When enabled, each data page includes
a checksum that is updated when the page is written and verified each time
the page is read. Only data pages are protected by checksums; internal data
structures and temporary files are not.
- Checksums
are normally enabled when the cluster is initialized using
+ Checksums
can be disabled when the cluster is initialized using
linkend="app-initdb-data-checksums">
initdb.
They can also be enabled or disabled at a later time as an offline
operation. Data checksums are enabled or disabled at the full cluster