Re: Online enabling of checksums

Поиск
Список
Период
Сортировка
От Andrey Borodin
Тема Re: Online enabling of checksums
Дата
Msg-id 9D280DAB-EFE6-406B-B3F3-453B51968BA1@yandex-team.ru
обсуждение исходный текст
Ответ на Re: Online enabling of checksums  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Online enabling of checksums  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Hi, Daniel!

> 19 марта 2018 г., в 4:01, Daniel Gustafsson <daniel@yesql.se> написал(а):
>
> Fixed in patch just posted in 84693D0C-772F-45C2-88A1-85B4983A5780@yesql.se
> (version 5). Thanks!


I've been hacking a bit in neighboring thread.
And come across one interesting thing. There was a patch on this CF on enabling checksums for SLRU. The thing is CLOG
isnot protected with checksums right now. But the bad thing about it is that there's no reserved place for checksums in
SLRU.
And this conversion from page without checksum to page with checksum is quite impossible online.

If we commit online checksums before SLRU checksums, we will need very neat hacks if we decide to protect SLRU
eventually.

What do you think about this problem?

Best regards, Andrey Borodin.

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: [HACKERS] path toward faster partition pruning
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: User defined data types in Logical Replication