Re: Setting visibility map in VACUUM's second phase

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: Setting visibility map in VACUUM's second phase
Дата
Msg-id CABOikdMrfTdP35cs_gZ-GfLxH2+qS9JJoWf7=PQo7pPBBqFeNw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Setting visibility map in VACUUM's second phase  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: Setting visibility map in VACUUM's second phase  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Hi Jeff,

On Thu, Jan 24, 2013 at 2:41 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
>
> lazy_vacuum_page now pins and unpins the vmbuffer for each page it marks
> all-visible, which seems like a lot of needless traffic since the next
> vmbuffer is likely to be the same as the previous one.
>

Good idea. Even though the cost of pinning/unpinning may not be high
with respect to the vacuum cost itself, but it seems to be a good idea
because we already do that at other places. Do you have any other
review comments on the patch or I'll fix this and send an updated
patch soon.

Thanks,
Pavan
-- 
Pavan Deolasee
http://www.linkedin.com/in/pavandeolasee



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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: CF3+4 (was Re: Parallel query execution)
Следующее
От: Xi Wang
Дата:
Сообщение: [PATCH 0/3] Work around icc miscompilation