Re: adding support for posix_fadvise()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: adding support for posix_fadvise()
Дата
Msg-id 14249.1067871715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: adding support for posix_fadvise()  (Neil Conway <neilc@samurai.com>)
Ответы Re: adding support for posix_fadvise()
Список pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> POSIX_FADV_RANDOM doesn't effect the page cache, it just determines how
> aggressive the kernel is when doing readahead (at least on Linux, but
> I'd expect to see other kernels implement similar behavior).

I would expect POSIX_FADV_SEQUENTIAL to reduce the chance that a page
will be kept in buffer cache after it's been used.
        regards, tom lane


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Experimental patch for inter-page delay in VACUUM
Следующее
От: Neil Conway
Дата:
Сообщение: Re: adding support for posix_fadvise()