Re: Page replacement algorithm in buffer cache

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Page replacement algorithm in buffer cache
Дата
Msg-id CAM-w4HNxFckMid3DEq8tOM3vsFdPY+EzV0NTkbmwCWOqp8yAeA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Page replacement algorithm in buffer cache  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Page replacement algorithm in buffer cache  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
I'm confused by this thread. We *used* to maintain an LRU. The whole
reason for the clock-sweep algorithm is precisely to avoid maintaining
a linked list of least recently used buffers since the head of that
list is a point of contention.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: citext like searches using index
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache