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

2023-09-14 Thread David Rowley
On Fri, 15 Sept 2023 at 00:53, jacktby jacktby  wrote:
> A normal LRU cache or implement it reference to a research paper?

src/backend/storage/buffer/README

David




What's the eviction algorithm of newest pg version?

2023-09-14 Thread jacktby jacktby
A normal LRU cache or implement it reference to a research paper?