Re: Linux max on shared buffers? - Mailing list pgsql-general

From Joe Conway
Subject Re: Linux max on shared buffers?
Date
Msg-id 3D2DB73F.5020807@joeconway.com
Whole thread Raw
In response to Re: Linux max on shared buffers?  ("Glen Parker" <glenebob@nwlink.com>)
List pgsql-general
Martijn van Oosterhout wrote:
> The other possibility would be to use mmap instead. That way you avoid the
> double buffering altogether. Do you have any ideas about that?
>

I ran across a link last night on the R list to the TPIE (Transparent
Parallel I/O Environment) project at Duke University. It looks
interesting and somewhat related to this thread:

    http://www.cs.duke.edu/TPIE/

It is C++ and GPL'd, but there are links to some related papers.

Joe



pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: workaround for lack of REPLACE() function
Next
From: Kevin Brannen
Date:
Subject: Re: How to get rid of dups...