Re: Best OS & Configuration for Dual Xeon w/4GB & Adaptec RAID 2200S

From: "Claus Guttesen" <kometen(at)gmail(dot)com>
To: "Kenji Morishige" <kenjim(at)juniper(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Best OS & Configuration for Dual Xeon w/4GB & Adaptec RAID 2200S
Date: 2006-03-17 23:29:17
Message-ID: b41c75520603171529h20090f12s@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> 4. Are there any other settings in the conf file I could try to tweak?

One more thing :-)

I stumbled over this setting, this made the db (PG 7.4.9) make use of
the index rather than doing a sequential scan and it reduced a query
from several minutes to some 20 seconds.

random_page_cost = 2 (original value was 4).

Another thing you ought to do is to to get the four-five most used
queries and do an explain analyze in these. Since our website wasn't
prepared for this type of statistics I simply did a tcpdump, grep'ed
all select's, sorted them and sorted them unique so I could see which
queries were used most.

regards
Claus

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2006-03-18 00:00:37 Re: Best OS & Configuration for Dual Xeon w/4GB &
Previous Message Scott Marlowe 2006-03-17 23:21:16 Re: Best OS & Configuration for Dual Xeon w/4GB &