Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: First set of OSDL Shared Mem scalability results, some wierdness ... - Mailing list pgsql-performance

From Tom Lane
Subject Re: First set of OSDL Shared Mem scalability results, some wierdness ...
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: First set of OSDL Shared Mem scalability results, some wierdness ...  (Kevin Brown <[email protected]>)
Responses Re: First set of OSDL Shared Mem scalability results, some wierdness ...
List pgsql-performance
Kevin Brown <[email protected]> writes:
> This is why I sometimes wonder whether or not it would be a win to use
> mmap() to access the data and index files --

mmap() is Right Out because it does not afford us sufficient control
over when changes to the in-memory data will propagate to disk.  The
address-space-management problems you describe are also a nasty
headache, but that one is the showstopper.

            regards, tom lane

pgsql-performance by date:

Previous
From: Matthew
Date:
Subject: Re: First set of OSDL Shared Mem scalability results, some
Next
From: Kevin Brown
Date:
Subject: Re: First set of OSDL Shared Mem scalability results, some wierdness ...