Re: system cache and buffer cache

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: system cache and buffer cache
Дата
Msg-id 450FF7CD.6010603@enterprisedb.com
обсуждение исходный текст
Ответ на Re: system cache and buffer cache  (Praveen Kumar N <praveen_n@students.iiit.net>)
Ответы Re: system cache and buffer cache  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Praveen Kumar N wrote:
> Buffer cache is implemented using bufferpool right(I mean in the main 
> memory).

Yes. It's in shared memory, size is controlled by the shared_buffers 
configuration parameter.

> how about system cache? Can we control the size of system cache?

It's in backend-private memory. I don't remember how it's sized.

-- 
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PATCHES] Patch for UUID datatype (beta)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Getting rid of cmin and cmax