proposal: Set effective_cache_size to greater of .conf value, shared_buffers

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема proposal: Set effective_cache_size to greater of .conf value, shared_buffers
Дата
Msg-id CAHyXU0weDECnab1pypNum-dWGwjso_XMTY8-NvvzRphzM2Hv5A@mail.gmail.com
обсуждение исходный текст
Ответы Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-hackers
Reference: http://postgresql.1045698.n5.nabble.com/Simple-join-doesn-t-use-index-td5738689.html

This is a pretty common gotcha: user sets shared_buffers but misses
the esoteric but important effective_cache_size.  ISTM
effective_cache_size should always be >= shared buffers -- this is a
soft configuration error that could be reported as a warning and
perhaps overridden on the fly.

merlin



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Extra XLOG in Checkpoint for StandbySnapshot
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: Improve compression speeds in pg_lzcompress.c