Re: shared_buffers advice

Поиск
Список
Период
Сортировка
От Cédric Villemain
Тема Re: shared_buffers advice
Дата
Msg-id AANLkTik-595CJXX5_LQZQ0D7MgRXmMB41b3hnqZsZLA_@mail.gmail.com
обсуждение исходный текст
Ответ на Re: shared_buffers advice  (Konrad Garus <konrad.garus@gmail.com>)
Ответы Re: shared_buffers advice  (Konrad Garus <konrad.garus@gmail.com>)
Список pgsql-performance
2010/5/27 Konrad Garus <konrad.garus@gmail.com>:
> 2010/5/27 Cédric Villemain <cedric.villemain.debian@gmail.com>:
>
>> pgmincore() and pgmincore_snapshot() both are able to mmap up to 1GB.
>
> Does it mean they can occupy 1 GB of RAM? How does it relate to amount
> of page buffers mapped by OS?

well, that is the projection of file in memory. only projection, but
the memory is still acquire. It is ok to rework this part and project
something like 128MB and loop. (in fact the code is needed for 9.0
because segment can be > 1GB, I didn't check what is the optimum
projection size yet)
So both yes at your questions :)

>
> --
> Konrad Garus
>



--
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/     PostgreSQL : Expertise, Formation et Support

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

Предыдущее
От: Konrad Garus
Дата:
Сообщение: Re: shared_buffers advice
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Query timing increased from 3s to 55s when used as function instead of select