Re: Linux max on shared buffers?

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: Linux max on shared buffers?
Дата
Msg-id Pine.NEB.4.44.0207241138540.21696-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: Linux max on shared buffers?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Linux max on shared buffers?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, 23 Jul 2002, Bruce Momjian wrote:

> Is it significant that you these shared libraries remain mapped for the
> duration of the process, while blocks are moved in and out?

No; that's just syscall overhead to add and remove the mappings.

The only thing I would be worried about, really, would be OS overhead
beyond the standard page mapping tables to keep track of mmaped
data. This might limit you to keeping a "cache" of mappings of just
a few hundred or thousand, say, rather than a few hundred thousand.
But this would only cost us more syscalls, which are relatively
inexpensive (compared to things like memory copies) anyway.

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Linux max on shared buffers?
Следующее
От: "Dorward Villaruz"
Дата:
Сообщение: plpgsql