Re: Dead Space Map for vacuum

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Dead Space Map for vacuum
Дата
Msg-id BF8F559D-B21B-4334-A6B5-8AFAE1026631@decibel.org
обсуждение исходный текст
Ответ на Re: Dead Space Map for vacuum  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
On Jan 3, 2007, at 11:42 PM, ITAGAKI Takahiro wrote:
> BTW, if we want to achieve the index-only scan, we might have to do  
> more
> aggressive VACUUM FREEZE. There were many comments that we should  
> avoid
> vacuuming pages that contain only unfrozen tuples or a few dead  
> tuples.
> I think it it true for efficient VACUUM, but the index-only scan  
> does not
> work for the unfrozen pages. Which should we give priority?

Unless I'm mistaken, as soon as vacuum decides to dirty a page, the  
only cost involved in freezing the page is CPU - and vacuum isn't  
exactly a CPU-intensive process.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)




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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: ideas for auto-processing patches
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [PATCHES] Patch to log usage of temporary files