Re: A patch for xlog.c

Поиск
Список
Период
Сортировка
От Matthew Kirkwood
Тема Re: A patch for xlog.c
Дата
Msg-id Pine.LNX.4.10.10102271708350.713-100000@sphinx.mythic-beasts.com
обсуждение исходный текст
Ответ на Re: A patch for xlog.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: A patch for xlog.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: A patch for xlog.c