Re: Re[4]: Re: [PATCHES] A patch for xlog.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re[4]: Re: [PATCHES] A patch for xlog.c
Дата
Msg-id 200102271623.LAA15419@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re[4]: Re: [PATCHES] A patch for xlog.c  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> > could anyone investigate mmap() in many modern UNIX systems to prove that
> > mmap() is so un-portable?
> >
> > it seems mmap() is a portable problem like you said, but I think SYSV
> > shmem for PGSQL is a installation problem. you push some difficults to
> > end user, and take easy taskes for yourself.
> 
> Considering that, so far as I can tell, both you and Bruce are the only
> ones that are really heavy on moving away from SysV ... how many ppl are
> actually finding it to be that much more difficult? :)

I am not sure I would call myself _heavy_ on it.  I suggest researching
it on platforms that support anon. mmap() to reduce administration load
when increasing the number of buffers.  If it is not a big win, there is
no reason to add support for it.  We clearly will be keeping SysV for a
long time, so adding another shared memory system, mmap(), should only
be done for a very good reason.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re[3]: Re: [PATCHES] A patch for xlog.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Release in 2 weeks ...