Re: lru cache replacement

Поиск
Список
Период
Сортировка
От Yutaka tanida
Тема Re: lru cache replacement
Дата
Msg-id 20030624211436.91C1.YUTAKA@nonsensecorner.com
обсуждение исходный текст
Ответы Re: lru cache replacement  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
xoror,

On Tue, 24 Jun 2003 12:13:51 +0200 (MEST)
xoror@infuse.org wrote:

> I was researching on cache replacement strategy as well. 2Q has one
> disadvantage see this exellent paper:
> http://www.almaden.ibm.com/cs/people/dmodha/#ARC see the paper
> "ARC: A Self-Tuning, Low Overhead Replacement Cache" for theory and "One
> Up on LRU" for implementation details. ARC requires no tuning and can
> switch fast between chaging patterns. Best of all is it is resistant to a
> "sequential scan" pattern. and i think it's even easier to implement then
> 2q :) 

Thanks for your information. I check the paper and implement it by Java for
testing.

> does pgbench test with relatively large sequential scans?

Probably no. 

-- 
Yutaka tanida <yutaka@nonsensecorner.com>
http://www.nonsensecorner.com/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: [CYGWIN] ss_family in hba.c
Следующее
От: Srikanth M
Дата:
Сообщение: How to use pset command in my program!!