Re: Help with tuning this query (with explain analyze finally) - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Help with tuning this query (with explain analyze finally)
Date
Msg-id 200503041029.11608.josh@agliodbs.com
Whole thread Raw
In response to Re: Help with tuning this query (with explain analyze finally)  ("Ken Egervari" <ken@upfactor.com>)
List pgsql-performance
Ken,

> I did everything you said and my query does perform a bit better.  I've
> been getting speeds from 203 to 219 to 234 milliseconds now.   I tried
> increasing the work mem and the effective cache size from the values you
> provided, but I didn't see any more improvement.  I've tried to looking
> into setting the shared buffers for Windows XP, but I'm not sure how to do
> it.  I'm looking in the manual at:

Now that you know how to change the shared_buffers, want to go ahead and run
the query again?

I'm pretty concerned about your case, because based on your description I
would expect < 100ms on a Linux machine.    So I'm wondering if this is a
problem with WindowsXP performance, or if it's something we can fix through
tuning.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Select in FOR LOOP Performance
Next
From: John A Meinel
Date:
Subject: Re: Help with tuning this query (with explain analyze finally)