| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера