Re: [PERFORM] Memory question on win32 systems

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: [PERFORM] Memory question on win32 systems
Дата
Msg-id Pine.GSO.4.64.0805291150470.25714@westnet.com
обсуждение исходный текст
Ответ на Re: [PERFORM] Memory question on win32 systems  (Justin <justin@emproshunts.com>)
Список pgsql-hackers
On Thu, 29 May 2008, Justin wrote:

> I'm confussed trying to figure out how caches are being use and being 
> moving through postgresql backend.

The shared_buffers cache holds blocks from the database files.  That's it. 
If you want some more information about how that actually works head to 
http://www.westnet.com/~gsmith/content/postgresql/ and read "Inside the 
PostgreSQL Buffer Cache".

The work memory allocated for sorting is separate from that, and it 
doesn't cache anything.  It just provides working room for a query that's 
being executed right now.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


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

Предыдущее
От: "Douglas McNaught"
Дата:
Сообщение: Re: Core team statement on replication in PostgreSQL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Core team statement on replication in PostgreSQL