Re: Query much faster with enable_seqscan=0

Поиск
Список
Период
Сортировка
От Ogden
Тема Re: Query much faster with enable_seqscan=0
Дата
Msg-id 3062DF4E-7460-4487-818A-BF77F176E501@darkstatic.com
обсуждение исходный текст
Ответ на Re: Query much faster with enable_seqscan=0  (Jesper Krogh <jesper@krogh.cc>)
Ответы Re: Query much faster with enable_seqscan=0  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Query much faster with enable_seqscan=0  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-performance
How odd, I set the following:

seq_page_cost = 1.0
random_page_cost = 2.0

And now the query runs in milliseconds as opposed to 14 seconds. Could this really be the change? I am running ANALYZE
now- how often is it recommended to do this? 

Thank you

Ogden


On Sep 21, 2010, at 1:51 PM, Jesper Krogh wrote:

> On 2010-09-21 20:21, Ogden wrote:
>> I assume you mean random_page_cost? It is currently set to 4.0 - is it better to increase or decrease this value?
>>
>
> Should be lowered to a bit over seq_page_cost..  and more importantly.. you should
> make sure that you have updated your statistics .. run "ANALYZE";
>
> --
> Jesper
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance


В списке pgsql-performance по дате отправления:

Предыдущее
От: Jesper Krogh
Дата:
Сообщение: Re: Query much faster with enable_seqscan=0
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Query much faster with enable_seqscan=0