Re: General performance questions about postgres on Apple - Mailing list pgsql-performance

From Tom Lane
Subject Re: General performance questions about postgres on Apple
Date
Msg-id 20382.1077506669@sss.pgh.pa.us
Whole thread Raw
In response to Re: General performance questions about postgres on Apple  (Sean Shanny <shannyconsulting@earthlink.net>)
List pgsql-performance
Sean Shanny <shannyconsulting@earthlink.net> writes:
> We have the following setting for random page cost:
> random_page_cost = 1            # units are one sequential page fetch cost
> Any suggestions on what to bump it up to?

Well, the default setting is 4 ... what measurements prompted you to
reduce it to 1?  The particular example you showed suggested that the
true value on your setup might be 10 or more.

Now I would definitely not suggest that you settle on any particular
value based on only one test case.  You need to try to determine an
appropriate average value, bearing in mind that there's likely to be
lots of noise in any particular measurement.

But in general, setting random_page_cost to 1 is only reasonable when
you are dealing with a fully-cached-in-RAM database, which yours isn't.

            regards, tom lane

pgsql-performance by date:

Previous
From: Sean Shanny
Date:
Subject: Re: General performance questions about postgres on Apple
Next
From: Tom Lane
Date:
Subject: Re: Column correlation drifts, index ignored again