Re: Resumable vacuum proposal and design overview

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Resumable vacuum proposal and design overview
Дата
Msg-id 20070301151031.GI15006@nasby.net
обсуждение исходный текст
Ответ на Re: Resumable vacuum proposal and design overview  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: Resumable vacuum proposal and design overview  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
On Wed, Feb 28, 2007 at 10:14:24PM +0000, Heikki Linnakangas wrote:
> cache instead. In the index scan phase, it's randomly accessed, but if 
> the table is clustered, it's in fact not completely random access. In 
> the 2nd vacuum pass, the array is scanned sequentially again. I'm not 

Only if there's only one index on the table... otherwise I'd argue that
you're much less likely to be searching the TID list incrementally.
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Revitalising VACUUM FULL for 8.3
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Resumable vacuum proposal and design overview