Re: Bug: Buffer cache is not scan resistant

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Bug: Buffer cache is not scan resistant
Дата
Msg-id e51f66da0703070049v25d6fbf0ge56ff12a77ec7451@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Bug: Buffer cache is not scan resistant  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
On 3/7/07, Hannu Krosing <hannu@skype.net> wrote:
> Do any of you know about a way to READ PAGE ONLY IF IN CACHE in *nix
> systems ?

Supposedly you could mmap() a file and then do mincore() on the
area to see which pages are cached.

But you were talking about postgres cache before, there it should
be easily implementable.

-- 
marko


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: PostgreSQL - 'SKYLINE OF' clause added!
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Auto creation of Partitions