Re: Vacuum thoughts - Mailing list pgsql-hackers

From Cuong Bui (lokishop.nl)
Subject Re: Vacuum thoughts
Date
Msg-id Pine.LNX.4.43.0311010156280.31665-100000@s717.widexs.nl
Whole thread Raw
In response to Vacuum thoughts  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
>I'd rather see us implement a buffer replacement policy that considers
>both frequency + recency (unlike LRU, which considers only recency).
>Ideally, that would work "automagically". I'm hoping to get a chance to
>implement ARC[1] during the 7.5 cycle.

Actually i've already done some work back in august. I tried to
implement ARC in pgsql but failed to due to lack of time. After
renewed discussion with Bruce and Jan, i've decided to give it another
try. So hopefully w'll have a patch soon from me or Jan.

The algorithm itself is very elegant and works "automagically".

-- 
Cuong Bui
Loki IT Solutions
http://www.lokishop.nl
Powers your webcommerce!



pgsql-hackers by date:

Previous
From: "Stephen"
Date:
Subject: Re: Experimental patch for inter-page delay in VACUUM
Next
From: Michael Mauger
Date:
Subject: Proposal: psql force prompting on notty