Disk corruption detection - Mailing list pgsql-general

From Florian Weimer
Subject Disk corruption detection
Date
Msg-id 874pyrwpuo.fsf@mid.deneb.enyo.de
Whole thread Raw
Responses Re: Disk corruption detection
Re: Disk corruption detection
List pgsql-general
We recently had a partially failed disk in a RAID-1 configuration
which did not perform a write operation as requested.  Consequently,
the mirrored disks had different contents, and the file which
contained the block switched randomly between two copies, depending on
which disk had been read.  (In theory, it is possible to read always
from both disks, but this is not what RAID-1 configurations normally
do.)

Anyway, how would be the chances for PostgreSQL to detect such a
corruption on a heap or index data file?  It's typically hard to
detect this at the application level, so I don't expect wonders.  I'm
just curious if using PostgreSQL would have helped to catch this
sooner.

pgsql-general by date:

Previous
From: John Sidney-Woollett
Date:
Subject: Ever increasing OIDs - gonna run out soon?
Next
From: David Fetter
Date:
Subject: Re: Fabian Pascal and RDBMS deficiencies in fully