Re: Performance problems with a higher number of clients - Mailing list pgsql-performance

From Shridhar Daithankar
Subject Re: Performance problems with a higher number of clients
Date
Msg-id 3FD81067.6010305@myrealbox.com
Whole thread Raw
In response to Performance problems with a higher number of clients  (Alfranio Correia Junior <alfranio@lsd.di.uminho.pt>)
List 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 by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Solaris Performance (Again)
Next
From: Jeff
Date:
Subject: Re: Performance problems with a higher number of clients