Re: Page replacement algorithm in buffer cache

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Page replacement algorithm in buffer cache
Дата
Msg-id CAOeZVie5uVMbQaybs1s8W4WVV4EFcWvzH=4DY3=C6cW9KZut=A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Page replacement algorithm in buffer cache  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Page replacement algorithm in buffer cache  (Ants Aasma <ants@cybertec.at>)
Список pgsql-hackers
>
> I'll have to take a look.  Removing *all spinning* from from page
> allocation though feels like it might be worthwhile to test (got to
> give some bonus points for being a very local change and simple to
> implement).  I wonder if with more shared buffers you tend to sweep
> more buffers per allocation.  (IIRC Jeff J was skeptical of that).

Replacing the spinning with TAS for buffer header sounds like a good idea.

Regards,

Atri



--
Regards,

Atri
l'apprenant



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache
Следующее
От: Hitoshi Harada
Дата:
Сообщение: Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls