Обсуждение: Re: postgresql caching

Поиск
Список
Период
Сортировка

Re: postgresql caching

От
Dmitry Tkach
Дата:
Kris wrote:
> Does anyone know how postgresql handles caching?  Say, for example, I have a
> large database.  One that is larger than the available chunk of shared
> memory I have set aside.  Will postgresql try and cache frequently queried
> tables to memory,

Yes.
  will it try to cache frequently used query results to
> memory only, or both?

No.

Dima