Re: cache control?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: cache control?
Дата
Msg-id 8765fbx08b.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на cache control?  (Michael Brusser <michael@synchronicity.com>)
Список pgsql-hackers
Michael Brusser <michael@synchronicity.com> writes:
> Is there a way to force database to load a frequently-accessed table
> into cache and keep it there?

No.

BTW, this idea has been suggested in the past, so check the archives
for the prior discussions on this topic. The usual response is that
the PostgreSQL bufmgr should already placing hot pages into the cache,
so there isn't really a need for this mechanism. (And if the bufmgr
doesn't do this well enough, we should improve the bufmgr -- as Jan
has done for 7.5)

-Neil



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

Предыдущее
От: "Thomas Hallgren"
Дата:
Сообщение: Re: Question regarding pfree and thread safety.
Следующее
От: Neil Conway
Дата:
Сообщение: Re: nomenclature