Re: 2nd Level Buffer Cache - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: 2nd Level Buffer Cache
Date
Msg-id E521ADA8-EF65-4DEA-BE37-3B2FDE983BD8@nasby.net
Whole thread Raw
In response to Re: 2nd Level Buffer Cache  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 2nd Level Buffer Cache
Re: 2nd Level Buffer Cache
Re: 2nd Level Buffer Cache
List pgsql-hackers
On Mar 23, 2011, at 5:12 PM, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> It looks like the only way anything can ever get put on the free list
>> right now is if a relation or database is dropped.  That doesn't seem
>> too good.
>
> Why not?  AIUI the free list is only for buffers that are totally dead,
> ie contain no info that's possibly of interest to anybody.  It is *not*
> meant to substitute for running the clock sweep when you have to discard
> a live buffer.

Turns out we've had this discussion before: http://archives.postgresql.org/pgsql-hackers/2010-12/msg01088.php and
http://archives.postgresql.org/pgsql-hackers/2010-12/msg00689.php

Tom made the point in the first one that it might be good to proactively move buffers to the freelist so that backends
wouldnormally just have to hit the freelist and not run the sweep. 

Unfortunately I haven't yet been able to do any performance testing of any of this... perhaps someone else can try and
measurethe amount of time spent by backends running the clock sweep with different shared buffer sizes. 
--
Jim C. Nasby, Database Architect                   jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net




pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: [COMMITTERS] pgsql: Document the all-balls IPv6 address.
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Remove more SGML tabs.