Re: Re: Enabling checksums on a streaming replica

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Brad Nicholson <bradn(at)ca(dot)ibm(dot)com>
Cc: Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Re: Enabling checksums on a streaming replica
Date: 2019-06-28 03:17:10
Message-ID: 20190628031710.GB1797@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 26, 2019 at 02:08:19PM -0400, Brad Nicholson wrote:
> In testing, it doesn't appear to matter. I've ensured that I've generated
> some full page writes (confirmed via pg_waldump), and those apply
> fine.

Full pages writes are first written from shared buffers to WAL, where
their checksums does not actually apply. When the WAL records are
read an applied, a full page image is recovered in shared buffers.
The checksum of the page would get updated once the shared buffer page
used is evicted and written back to disk.

> The one thing I'm not sure of, when verifying checksums via pg_checksums I
> see blocks being skipped. I'm not sure what or why it is skipping blocks,
> and if that indicates a problem or not.

Some files can get skipped entirely, but all the blocks of a file
are basically checked. Well, except for new pages of course which
have no checksums to look at yet.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pawan Sharma 2019-06-28 06:35:04 PostgreSQL 11 Auto vacuum
Previous Message Prakash Ramakrishnan 2019-06-28 01:01:35 Re: patch 11.2 to 11.4