Re: Full page writes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full page writes
Дата
Msg-id 19732.1168223338@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Full page writes  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> It occurs to me that we don't need to write full page writes on newly extended
> pages. Is that optimization in the code already? I would check except I'm not
> even sure where to look for it. 

Look for XLOG_HEAP_INIT_PAGE ... I suspect there are other cases where
the idea could be applied, but at least the basic first-heap_insert
scenario is covered.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] SGML index build fix
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: [PATCHES] SGML index build fix