Re: RC2 and open issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RC2 and open issues
Дата
Msg-id 2309.1103601631@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RC2 and open issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> You need a "clock sweep" like BSD uses (and probably others).

No, that's *fundamentally* wrong.

The reason we are going to the trouble of maintaining a complicated
cache algorithm like ARC is so that we can tell the heavily used pages
from the lesser used ones.  To throw away that knowledge in favor of
doing I/O with a plain clock sweep algorithm is just wrong.

What's more, I don't even understand what clock sweep would mean given
that the ordering of the list is constantly changing.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: rc1 packaged ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RC2 and open issues