Re: Page Checksums - Mailing list pgsql-hackers

From Jesper Krogh
Subject Re: Page Checksums
Date
Msg-id 4EEE4428.5040409@krogh.cc
Whole thread Raw
In response to Re: Page Checksums  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Page Checksums  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
On 2011-12-18 11:19, Heikki Linnakangas wrote:
>> The patch requires that full page writes be on in order to obviate
>> this problem by never reading a torn page.
>
> Doesn't help. Hint bit updates are not WAL-logged.

I dont know if it would be seen as a "half baked feature".. or similar,
and I dont know if the hint bit problem is solvable at all, but I could
easily imagine checksumming just "skipping" the hit bit entirely.

It would still provide checksumming for the majority of the "data" sitting
underneath the system, and would still be extremely usefull in my
eyes.

Jesper
-- 
Jesper


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Page Checksums
Next
From: Peter Eisentraut
Date:
Subject: Re: splitting plpython into smaller parts