Re: measuring shared memory usage on Windows

Поиск
Список
Период
Сортировка
От David Boreham
Тема Re: measuring shared memory usage on Windows
Дата
Msg-id 45337AAC.6060209@boreham.org
обсуждение исходный текст
Ответ на Re: measuring shared memory usage on Windows  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
Список pgsql-performance
> really makes me think that that area is just a comfortable way to
> access files on disk as memory areas; with the hope of propably better
> caching then not-memory-mapped files.

No, absolutely not. CreateFileMaping() does much the same thing
as mmap() in Unix.

> That would explain my disturbing impressions of performance of
> PostgreSQL on win32 rising when lowering shared_memory...

I don't know what your disturbing impressions are, but no it
doesn't explain them.



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

Предыдущее
От: David Boreham
Дата:
Сообщение: Re: measuring shared memory usage on Windows
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Hints proposal