shared_buffer=2*max_connections?

Поиск
Список
Период
Сортировка
От Thalis A. Kalfigopoulos
Тема shared_buffer=2*max_connections?
Дата
Msg-id Pine.LNX.4.21.0107201444480.12926-100000@aluminum.cs.pitt.edu
обсуждение исходный текст
Ответы Re: shared_buffer=2*max_connections?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: shared_buffer=2*max_connections?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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. 

True/false?

TIA,
thalis


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

Предыдущее
От: Keith F Irwin
Дата:
Сообщение: Does dropping a column from a table mess up foreign keys?
Следующее
От: markMLl.pgsql-general@telemetry.co.uk
Дата:
Сообщение: Re: Migration