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

From Peter Eisentraut
Subject Re: Block-level CRC checks
Date
Msg-id 1259779227.19446.9.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Block-level CRC checks  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
On tis, 2009-12-01 at 19:41 +0000, Greg Stark wrote:
> > Also, it would
> > require reading back each page as it's written to disk, which is OK
> for
> > a bunch of single-row writes, but for bulk data loads a significant
> problem.
> 
> Not sure what that really means for Postgres. It would just mean
> reading back the same page of memory from the filesystem cache that we
> just read.

Surely the file system ought to be the place where to solve this.  After
all, we don't put link-level corruption detection into the libpq
protocol either.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Page-level version upgrade (was: Block-level CRC checks)
Next
From: Josh Berkus
Date:
Subject: Re: YAML Was: CommitFest status/management