Re: Page replacement algorithm in buffer cache

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Page replacement algorithm in buffer cache
Дата
Msg-id CAOeZVic+0Kqfyek8Dwwu0bGskLGjCp2b5xVyjGL5O=bhBBw2Cg@mail.gmail.com
обсуждение исходный текст
Ответ на Page replacement algorithm in buffer cache  (Atri Sharma <atri.jiit@gmail.com>)
Ответы Re: Page replacement algorithm in buffer cache  (Amit Kapila <amit.kapila@huawei.com>)
Re: Page replacement algorithm in buffer cache  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
>
> What would you do if the only young page has usage count zero during second
> sweep.

Umm....The same approach we take when there is no page with usage
count zero in a sweep in the current algorithm?


> I don't think introducing another factor along with usage count would do any
> much help.

Which else approach can we take here?


> Have you encountered any such workload very relatively young pages are
> getting victimized
> and the same is causing performance issues?

Not yet, I figured this might be a problem and am designing test cases
for the same. I would be glad for some help there please.

Regards,

Atri




--
Regards,

Atri
l'apprenant



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache