Re: measuring shared memory usage on Windows

From: David Boreham <david_list(at)boreham(dot)org>
To: Harald Armin Massa <haraldarminmassa(at)gmail(dot)com>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-performance(at)postgresql(dot)org
Subject: Re: measuring shared memory usage on Windows
Date: 2006-10-16 12:27:24
Message-ID: 45337AAC.6060209@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Magnus Hagander 2006-10-16 12:30:56 Re: measuring shared memory usage on Windows
Previous Message Harald Armin Massa 2006-10-16 12:18:30 Re: measuring shared memory usage on Windows