Re: 2Q implementaion for PostgreSQL buffer replacement.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 2Q implementaion for PostgreSQL buffer replacement.
Дата
Msg-id 200306241354.h5ODsWj19025@candle.pha.pa.us
обсуждение исходный текст
Ответ на 2Q implementaion for PostgreSQL buffer replacement.  (Yutaka tanida <yutaka@nonsensecorner.com>)
Список pgsql-hackers
Patch removed at author's request.

---------------------------------------------------------------------------

Yutaka tanida wrote:
> Hi.
> 
> I implement 2Q algorithm to PostgreSQL for buffer management , instead
> of LRU.
> It's known as low overhead and high performance than LRU. If you have
> some interests , see following URL.
> 
> http://www.vldb.org/conf/1994/P439.PDF
> 
> In my test (pgbench -S) , it improves 4% cache hit rate and 2% up
> performance comparing from LRU.
> 
> Do you have any interest about this patch?
> 
> -- 
> Yutaka tanida <yutaka@nonsensecorner.com>
> http://www.nonsensecorner.com/

[ Attachment, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 2Q implementaion for PostgreSQL buffer replacement.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: dblink_ora - a first shot on Oracle ...