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

From Tom Lane
Subject Re: Page replacement algorithm in buffer cache
Date
Msg-id 3236.1364919723@sss.pgh.pa.us
Whole thread Raw
In response to Re: Page replacement algorithm in buffer cache  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Page replacement algorithm in buffer cache
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> But, having said that, I still think the best idea is what Andres
> proposed, which pretty much matches my own thoughts: the bgwriter
> needs to populate the free list, so that buffer allocations don't have
> to wait for linear scans of the buffer array.  That's just plain too
> slow.

I agree in general, though I'm not sure the bgwriter process can
reasonably handle this need along with what it's already supposed to be
doing.  We may need another background process that is just responsible
for keeping the freelist populated.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Andres Freund
Date:
Subject: Re: Page replacement algorithm in buffer cache