Re: Page Checksums

Поиск
Список
Период
Сортировка
От Jesper Krogh
Тема Re: Page Checksums
Дата
Msg-id 4EEE4428.5040409@krogh.cc
обсуждение исходный текст
Ответ на Re: Page Checksums  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Page Checksums  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On 2011-12-18 11:19, Heikki Linnakangas wrote:
>> The patch requires that full page writes be on in order to obviate
>> this problem by never reading a torn page.
>
> Doesn't help. Hint bit updates are not WAL-logged.

I dont know if it would be seen as a "half baked feature".. or similar,
and I dont know if the hint bit problem is solvable at all, but I could
easily imagine checksumming just "skipping" the hit bit entirely.

It would still provide checksumming for the majority of the "data" sitting
underneath the system, and would still be extremely usefull in my
eyes.

Jesper
-- 
Jesper


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Page Checksums
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: splitting plpython into smaller parts