Re: measuring shared memory usage on Windows - Mailing list pgsql-performance

From David Boreham
Subject Re: measuring shared memory usage on Windows
Date
Msg-id 45337AAC.6060209@boreham.org
Whole thread Raw
In response to Re: measuring shared memory usage on Windows  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
List 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 by date:

Previous
From: David Boreham
Date:
Subject: Re: measuring shared memory usage on Windows
Next
From: Csaba Nagy
Date:
Subject: Re: Hints proposal