Re: Query planner making bad decisions

Поиск
Список
Период
Сортировка
От Cory Coager
Тема Re: Query planner making bad decisions
Дата
Msg-id 16144_1242129919_4A0965FF_16144_51_1_4A0965FF.2040003@handel.davisvision.com
обсуждение исходный текст
Ответ на Re: Query planner making bad decisions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Tom Lane said the following on 05/11/2009 07:02 PM:
> where we're off by a factor of 1500+ :-(
>
> I think most likely the ~~ operator is the biggest problem.
> Unfortunately 8.1's estimator for ~~ is not terribly bright.  You could
> try increasing your statistics target but I don't think it will help
> much.  Is there any chance of updating to 8.2 or later?  8.2 can do
> significantly better on this type of estimate as long as it has enough
> stats.
>
> In any case I'd suggest raising default_statistics_target to 100 or so,
> as you seem to be running queries complex enough to need good stats.
> But I'm not sure that that will be enough to fix the problem in 8.1.
>
>             regards, tom lane
>
I should have mentioned the statistics for every column are already set
to 1000.  I guess we'll have to add an upgrade to the project list.
Thanks for the info.



------------------------------------------------------------------------
The information contained in this communication is intended
only for the use of the recipient(s) named above. It may
contain information that is privileged or confidential, and
may be protected by State and/or Federal Regulations. If
the reader of this message is not the intended recipient,
you are hereby notified that any dissemination,
distribution, or copying of this communication, or any of
its contents, is strictly prohibited. If you have received
this communication in error, please return it to the sender
immediately and delete the original message and any copy
of it from your computer system. If you have any questions
concerning this message, please contact the sender.
------------------------------------------------------------------------


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Any better plan for this query?..
Следующее
От: Dimitri
Дата:
Сообщение: Re: Any better plan for this query?..