Re: shared_buffer=2*max_connections?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: shared_buffer=2*max_connections?
Дата
Msg-id 200107202052.f6KKqR117037@candle.pha.pa.us
обсуждение исходный текст
Ответ на shared_buffer=2*max_connections?  ("Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu>)
Список pgsql-general
> I see in postgresql.conf what seems to be the suggested way to go:
>
> #shared_buffers = 2*max_connections # min 16
>
> This seems to imply that every connection is to take 16kb of shmem on average. From my understanding this depends on
thesize of the query->involved relations, the sort_mem size etc.etc. 

It is assuming two 8k buffers per backend.  They are shared.  This is
just an estimate and probably doesn't accurately show how many you will
need for your query load.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "IRWIN,KEITH (Non-HP-Corvallis,ex1)"
Дата:
Сообщение: Does dropping a column from a table mess up foreign keys?
Следующее
От: Fabrice Scemama
Дата:
Сообщение: Re: Postgres User and Password