Re: General performance questions about postgres on Apple

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: General performance questions about postgres on Apple
Дата
Msg-id 20382.1077506669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: General performance questions about postgres on Apple  (Sean Shanny <shannyconsulting@earthlink.net>)
Список 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 по дате отправления:

Предыдущее
От: Sean Shanny
Дата:
Сообщение: Re: General performance questions about postgres on Apple
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Column correlation drifts, index ignored again