Re: VACUUM and spoiling the buffer manager cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: VACUUM and spoiling the buffer manager cache
Дата
Msg-id 4309.1172678978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на VACUUM and spoiling the buffer manager cache  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: VACUUM and spoiling the buffer manager cache
Список pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> VACUUM's current behaviour is to take blocks it has touched and place
> them on the head of the freelist, allowing them to be reused.

No, it puts them at the tail of the freelist.  So I am unconvinced by
the rest of your argument.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Compilation errors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Packed short varlenas, what next?