Re: PostgreSQL Process memory architecture

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: PostgreSQL Process memory architecture
Дата
Msg-id CAOeZViexc1AkoK3pEaW2OZ2W-VLyjKfNhBBVhY5jmXioJLcsOA@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL Process memory architecture  ("Ben Zeev, Lior" <lior.ben-zeev@hp.com>)
Ответы Re: PostgreSQL Process memory architecture
Список pgsql-hackers
> Does each PostgreSQL process allocating in its own memory (Not shared
> memory) a cache of all the database catalog which it access during the SQL
> execution?
>
> I mean does each process holds all the catalog indexes data which it
> accessed, all the catalog index statistics etc’ accessed

AFAIK, the shared disk buffers are the only part shared between the processes.

Regards,

Atri




--
Regards,

Atri
l'apprenant



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

Предыдущее
От: "Ben Zeev, Lior"
Дата:
Сообщение: PostgreSQL Process memory architecture
Следующее
От: Marc Mamin
Дата:
Сообщение: repeated warnings with 9.3 Beta 1 on windows