Re: postgresql caching

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: postgresql caching
Дата
Msg-id 3E5FE289.2040202@openratings.com
обсуждение исходный текст
Список pgsql-general
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


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

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Locking rows
Следующее
От: Dmitry Tkach
Дата:
Сообщение: Re: Recreating a primary key