Re: Block-level CRC checks

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Block-level CRC checks
Дата
Msg-id 48E46BAD.6010501@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Block-level CRC checks  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: [SPAM?]: Re: Block-level CRC checks  (Hannu Krosing <hannu@2ndQuadrant.com>)
Список pgsql-hackers
Jonah H. Harris wrote:
> Rather than potentially letting this slide past 8.4, I threw together
> an extremely quick-hack patch at the smgr-layer for block-level
> checksums.

One hard problem is how to deal with torn pages with non-WAL-logged 
changes. Like heap hint bit updates, killing tuples in index pages 
during a scan, and the new FSM pages.

Currently, a torn page when writing a hint-bit-updated page doesn't 
matter, but it would break the checksum.

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


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Block-level CRC checks
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: Block-level CRC checks