Re: PostgreSQL Process memory architecture

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: PostgreSQL Process memory architecture
Дата
Msg-id CAOeZVif1we7nrobawwC+J75aKWC0VKB1+VzuuctBj6+vjkmbLw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL Process memory architecture  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
> An index is built in backend process's local memory, but, when
> accessing, index pages are stored in shared memory. That is, for
> example, when an index scan is performed, index pages are brought into
> shared memory and accessed from there.
>
>

Yes, brought into the shared disk buffers and read,just like tables are read.

Regards,

Atri


--
Regards,

Atri
l'apprenant



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: PostgreSQL Process memory architecture
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Planning incompatibilities for Postgres 10.0