Re: PostgreSQL Process memory architecture

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: PostgreSQL Process memory architecture
Дата
Msg-id 20130527122746.GJ8597@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: PostgreSQL Process memory architecture  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-hackers
* Atri Sharma (atri.jiit@gmail.com) wrote:
> > There's a bit of other information shared, but disk buffers are
> > certainly the bulk of it.
>
> The other information being locks?

Depends, but yes.  Per-row locks are actually in the disk cache portion
of shared buffers, but heavyweight locks have their own area.
Thanks,
    Stephen

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

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