Increased shared_buffer setting = lower hit ratio ?

Поиск
Список
Период
Сортировка
От CS DBA
Тема Increased shared_buffer setting = lower hit ratio ?
Дата
Msg-id 54653A1E.3050805@consistentstate.com
обсуждение исходный текст
Ответы Re: Increased shared_buffer setting = lower hit ratio ?  (CS DBA <cs_dba@consistentstate.com>)
Re: Increased shared_buffer setting = lower hit ratio ?  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-performance
All;

We have a large db server with 128GB of ram running complex functions.

with the server set to have the following we were seeing a somewhat low
hit ratio and lots of temp buffers

shared_buffers = 18GB
work_mem = 75MB
effective_cache_size = 105GB
checkpoint_segments = 128


when we increased the values to these not only did the hit ratio drop
but query times are now longer as well:


shared_buffers = 28GB
work_mem = 150MB
effective_cache_size = 105GB
checkpoint_segments = 256

This does not seem to make sense to me, anyone have any thoughts on why
more memory resources would cause worse performance?

Thanks in advance



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

Предыдущее
От: Filip Rembiałkowski
Дата:
Сообщение: 9.0 performance degradation with kernel 3.11
Следующее
От: CS DBA
Дата:
Сообщение: Re: Increased shared_buffer setting = lower hit ratio ?