Re: Block-level CRC checks - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Block-level CRC checks
Date
Msg-id 48FCD648.7000907@enterprisedb.com
Whole thread Raw
In response to Re: Block-level CRC checks  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
Markus Wanner wrote:
> Alvaro Herrera wrote:
>> So this discussion died with no solution arising to the
>> hint-bit-setting-invalidates-the-CRC problem.
> 
> Isn't double-buffering solving this issue? Has somebody checked if it
> even helps performance due to being able to release the lock on the
> buffer *before* the syscall?

Double-buffering helps with the hint bit issues within shared buffers, 
but doesn't help with the torn page and hint bits problem. The torn page 
problem seems to be the show-stopper.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Joshua Tolley"
Date:
Subject: Re: Lisp as a procedural language?
Next
From: "Mark Cave-Ayland"
Date:
Subject: Patch status for reducing de-TOAST overhead?