2Q implementaion for PostgreSQL buffer replacement.

Поиск
Список
Период
Сортировка
От Yutaka tanida
Тема 2Q implementaion for PostgreSQL buffer replacement.
Дата
Msg-id 20030623123242.B168.YUTAKA@hi-net.zaq.ne.jp
обсуждение исходный текст
Список pgsql-hackers
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/

Вложения

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: persistant psql feature suggestion
Следующее
От: "Sander Steffann"
Дата:
Сообщение: Re: PlPython