Re: 2nd Level Buffer Cache

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: 2nd Level Buffer Cache
Дата
Msg-id 4D87762A.5050303@enterprisedb.com
обсуждение исходный текст
Ответ на Re: 2nd Level Buffer Cache  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
On 21.03.2011 17:54, Merlin Moncure wrote:
> Can't you make just one large mapping and lock it in 8k regions? I
> thought the problem with mmap was not being able to detect other
> processes (http://www.mail-archive.com/pgsql-general@postgresql.org/msg122301.html)
> compatibility issues (possibly obsolete), etc.

That mail is about replacing SysV shared memory with mmap(). Detecting 
other processes is a problem in that use, but that's not an issue with 
using mmap() to replace shared buffers.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: 2nd Level Buffer Cache
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Planner regression in 9.1: min(x) cannot use partial index with NOT NULL