Re: Interesting glitch in autovacuum

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Interesting glitch in autovacuum
Дата
Msg-id 48C80D8C.3050301@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Interesting glitch in autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera wrote:
> I didn't know we were doing HOT pruning during vacuum; does
> it make sense?

Removing HOT-updated, dead tuples is a bit complicated. It needs to be 
done one HOT-chain at a time, and the root line pointer needs to be 
updated to the next live tuple in the chain. lazy_scan_heap() calls the 
regular pruning function heap_page_prune() to deal with those before 
doing the normal scan of line pointers.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Interesting glitch in autovacuum
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Synchronous Log Shipping Replication