Re: Page replacement algorithm in buffer cache - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Page replacement algorithm in buffer cache
Date
Msg-id CAM-w4HNxFckMid3DEq8tOM3vsFdPY+EzV0NTkbmwCWOqp8yAeA@mail.gmail.com
Whole thread Raw
In response to Re: Page replacement algorithm in buffer cache  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Page replacement algorithm in buffer cache
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: citext like searches using index
Next
From: Andres Freund
Date:
Subject: Re: Page replacement algorithm in buffer cache