Re: Performance problems with a higher number of clients

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Performance problems with a higher number of clients
Дата
Msg-id 3FD81067.6010305@myrealbox.com
обсуждение исходный текст
Ответ на Performance problems with a higher number of clients  (Alfranio Correia Junior <alfranio@lsd.di.uminho.pt>)
Список pgsql-performance
Alfranio Correia Junior wrote:
> Postgresql configuration:
>
> effective_cache_size = 35000
> shared_buffers = 5000
> random_page_cost = 2
> cpu_index_tuple_cost = 0.0005
> sort_mem = 10240

Lower sort mem to say 2000-3000, up shared buffers to 10K and up effective cache
size to around 65K. That should make it behave bit better.

I guess tuning sort mem alone would give you performance you are expecting..
Tune them one by one.

HTH

  Shridhar

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Solaris Performance (Again)
Следующее
От: Jeff
Дата:
Сообщение: Re: Performance problems with a higher number of clients