Re: crash-safe visibility map, take five

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: crash-safe visibility map, take five
Дата
Msg-id BANLkTi=qB3ogBuM6kRH3Xpbq5b3LxzzpEA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: crash-safe visibility map, take five  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: crash-safe visibility map, take five
Список pgsql-hackers
On Wed, Jun 22, 2011 at 8:53 PM, Jeff Davis <pgsql@j-davis.com> wrote:
> On Thu, 2011-06-16 at 23:17 -0400, Noah Misch wrote:
>> 2. In the words of a comment added by the patch:
>>  * The critical integrity requirement here is that we must never end up with
>>  * a situation where the visibility map bit is set, and the page-level
>>  * PD_ALL_VISIBLE bit is clear.  If that were to occur, then a subsequent
>>  * page modification would fail to clear the visibility map bit.
>> It does this by WAL-logging the operation of setting a vm bit.  This also has
>> the benefit of getting vm bits set correctly on standbys.
>
> In the same function, there is also the comment:
>
> "We don't bump the LSN of the heap page when setting the visibility
> map bit, because that would generate an unworkable volume of
> full-page writes.  This exposes us to torn page hazards, but since
> we're not inspecting the existing page contents in any way, we
> don't care."
>
> It would be nice to have a comment explaining why that is safe with
> respect to the WAL-before-data rule. Obviously torn pages aren't much of
> a problem, because it's a single bit and completely idempotent.

That's exactly what I was trying to explain in the comment you cite.
Feel free to propose a specific change...

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: crash-safe visibility map, take five
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade version check improvements and small fixes