Re: work_mem and shared_buffers

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: work_mem and shared_buffers
Дата
Msg-id 47349F4E.5070204@enterprisedb.com
обсуждение исходный текст
Ответ на work_mem and shared_buffers  ("Campbell, Lance" <lance@uiuc.edu>)
Ответы Re: work_mem and shared_buffers  ("Campbell, Lance" <lance@uiuc.edu>)
Список pgsql-performance
Campbell, Lance wrote:
> Does the amount of memory allocate to work_mem get subtracted from
> shared_buffers?
>
> Example:
>
> If work_mem is 1M and there are 10 connections and shared_buffers is
> 100M then would the total be 90 M left for shared_buffers?
>
> Or does the amount of memory allocated for work_mem have nothing to do
> with shared_buffers?

No, they're completely separate.

Note that a connection can use more than work_mem of memory. For
example, if you run a query with multiple Sort or hash-nodes, each such
node allocates up to work_mem of memory.

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

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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: work_mem and shared_buffers
Следующее
От: Bill Moran
Дата:
Сообщение: Re: PostgreSQL vs MySQL, and FreeBSD