Re: Protecting against unexpected zero-pages: proposal

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Protecting against unexpected zero-pages: proposal
Дата
Msg-id 4CD9AB27.7000509@agliodbs.com
обсуждение исходный текст
Ответ на Re: Protecting against unexpected zero-pages: proposal  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Protecting against unexpected zero-pages: proposal  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
> The whole point of the hint bits is that it's in the same place as the data.

Yes, but the hint bits are currently causing us trouble on several
features or potential features:

* page-level CRC checks
* eliminating vacuum freeze for cold data
* index-only access
* replication
* this patch
* etc.

At a certain point, it's worth the trouble to handle them differently
because of the other features that enables or makes much easier.

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Protecting against unexpected zero-pages: proposal
Следующее
От: Peter Eisentraut
Дата:
Сообщение: multi-platform, multi-locale regression tests