Re: A patch for xlog.c - Mailing list pgsql-patches

From Matthew Kirkwood
Subject Re: A patch for xlog.c
Date
Msg-id Pine.LNX.4.10.10102271708350.713-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to Re: A patch for xlog.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Tue, 27 Feb 2001, Bruce Momjian wrote:

> mmap() usage is only useful in enabling larger
> buffers without kernel changes.

My plan was not to replace the shared buffer pool with an
mmap()ed area, but rather to use mmap() on the data files
themselves to eliminate it.

Clearly this is rather controversial, since it may have
safety implications, but it should allow the kernel better
to choose what to cache.

Matthew.


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: A patch for xlog.c
Next
From: Peter Eisentraut
Date:
Subject: Re: A patch for xlog.c