Thread: What's the eviction algorithm of newest pg version?

What's the eviction algorithm of newest pg version?

From
jacktby jacktby
Date:
A normal LRU cache or implement it reference to a research paper?



Re: What's the eviction algorithm of newest pg version?

From
David Rowley
Date:
On Fri, 15 Sept 2023 at 00:53, jacktby jacktby <jacktby@gmail.com> wrote:
> A normal LRU cache or implement it reference to a research paper?

src/backend/storage/buffer/README

David