Re: First set of OSDL Shared Mem scalability results, some wierdness ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Brown <kevin(at)sysexperts(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: First set of OSDL Shared Mem scalability results, some wierdness ...
Date: 2004-10-09 15:07:28
Message-ID: 27696.1097334448@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Kevin Brown <kevin(at)sysexperts(dot)com> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-10-09 15:19:51 Re: beta3 on unixware 714
Previous Message Matthew 2004-10-09 15:02:09 Re: First set of OSDL Shared Mem scalability results, some

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Brown 2004-10-09 20:37:12 Re: First set of OSDL Shared Mem scalability results, some wierdness ...
Previous Message Matthew 2004-10-09 15:02:09 Re: First set of OSDL Shared Mem scalability results, some