Performance Tuning - Mailing list pgsql-general

From Darryl W. DeLao Jr.
Subject Performance Tuning
Date
Msg-id 25274f460602171101i34316560u32a7ee69f04e9ac4@mail.gmail.com
Whole thread Raw
Responses Re: Performance Tuning  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I wanted to check on my settings in my postgresql.conf file for a Dual Xeon 2.4 GHZ server with 6 GB of Ram.
 
I have max_connections set to 512, with shared buffers set to 1024.  If I set this any higher, postgres will not start.  But, it seems that this setting is not enough.  Though the server runs fine, certain queries for reports are taking anywhere from 40 to 55 seconds, and the CPU is only topping out at 25%.  Is there a way to make this better?  My thinking is that if more CPU was utilized then the query would run faster.
 
Thank you!

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: TSearch2 / German compound words / UTF-8
Next
From: "Curt Schwaderer"
Date:
Subject: Re: Basic problems using plpythonu - bug?