Re: [HACKERS] Undetected corruption of table files

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: [HACKERS] Undetected corruption of table files
Дата
Msg-id 82ejhmddw4.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Undetected corruption of table files  (Alban Hertroys <alban@magproductions.nl>)
Список pgsql-general
* Alban Hertroys:

> If you have a "proper" production database server, your memory has
> error checking, and your RAID controller has something of the kind
> as well.

To my knowledge, no readily available controller performs validation
on reads (not even for RAID-1 or RAID-10, where it would be pretty
straightforward).

Something like an Adler32 checksum (not a full CRC) on each page might
be helpful.  However, what I'd really like to see is something that
catches missed writes, but this is very difficult to implement AFAICT.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: PostgreSQL vs Firebird feature comparison finished
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Seeking datacenter PITR backup suggestions