Re: Bufer cache replacement LRU algorithm? - Mailing list pgsql-performance

From Kenneth Marshall
Subject Re: Bufer cache replacement LRU algorithm?
Date
Msg-id 20101103165216.GC27429@aart.is.rice.edu
Whole thread Raw
In response to Bufer cache replacement LRU algorithm?  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Responses Re: Bufer cache replacement LRU algorithm?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-performance
Mladen,

You would need to check the mailing lists. The release notes
have it as being a clock sweep algorithm starting in version
8. Then additional changes were added to eliminate the cache
blowout caused by a sequential scan and by vacuum/autovacuum.
I do not believe that there are any parameters available other
than total size of the pool and whether sequential scans are
synchronized.

Regards,
Ken

On Wed, Nov 03, 2010 at 12:35:33PM -0400, Mladen Gogala wrote:
> Where can I find the documentation describing the buffer replacement
> policy? Are there any parameters governing the page replacement policy?
>
> --
> Mladen Gogala Sr. Oracle DBA
> 1500 Broadway
> New York, NY 10036
> (212) 329-5251
> http://www.vmsinfo.com The Leader in Integrated Media Intelligence
> Solutions
>
>
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

pgsql-performance by date:

Previous
From: Mladen Gogala
Date:
Subject: Bufer cache replacement LRU algorithm?
Next
From: Nick Matheson
Date:
Subject: Simple (hopefully) throughput question?