Re: Pre-allocated free space for row updating (like PCTFREE)

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Re: Pre-allocated free space for row updating (like PCTFREE)
Дата
Msg-id 43156136.9040600@nttdata.co.jp
обсуждение исходный текст
Ответ на Re: Pre-allocated free space for row updating  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Pre-allocated free space for row  (Hannu Krosing <hannu@skype.net>)
Re: Pre-allocated free space for row  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:
>>4. Allow to repair fragmentation in each page.
>>
>>Because updates cause fragmentation in the page.
>>
>>So we need to keep large continuous free space in each page,
>>if we want to get more effective on PCTFREE feature.
> 
> 
> ...doesn't VACUUM already do that?

VACUUM generates a huge load because it repaires all pages
on the table file.

I think (more light-weight) repairing on a single page
is needed to maintain free space in the specific page.

-- 
NAGAYASU Satoshi <nagayasus@nttdata.co.jp>


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

Предыдущее
От: rm_pg@cheapcomplexdevices.com
Дата:
Сообщение: ERROR: bogus varno: 1 with 8.1beta and postgis 1.0.3
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: ERROR: bogus varno: 1 with 8.1beta and postgis 1.0.3