2nd Level Buffer Cache

Поиск
Список
Период
Сортировка
От Radosław Smogura
Тема 2nd Level Buffer Cache
Дата
Msg-id 201103172047.03556.rsmogura@softperience.eu
обсуждение исходный текст
Ответы Re: 2nd Level Buffer Cache  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: 2nd Level Buffer Cache  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Hi,

I have implemented initial concept of 2nd level cache. Idea is to keep some 
segments of shared memory for special buffers (e.g. indices) to prevent 
overwrite those by other operations. I added those functionality to nbtree 
index scan.

I tested this with doing index scan, seq read, drop system buffers, do index 
scan and in few places I saw performance improvements, but actually, I'm not 
sure if this was just "random" or intended improvement.

There is few places to optimize code as well, and patch need many work, but 
may you see it and give opinions?

Regards,
Radek

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Allowing multiple concurrent base backups
Следующее
От: Jesper Krogh
Дата:
Сообщение: Re: really lazy vacuums?