Re: A questions on planner choices

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A questions on planner choices
Дата
Msg-id 2915.1313807291@sss.pgh.pa.us
обсуждение исходный текст
Ответ на A questions on planner choices  (Edoardo Panfili <edoardo@aspix.it>)
Ответы Re: A questions on planner choices  (Edoardo Panfili <edoardo@aspix.it>)
Список pgsql-general
Edoardo Panfili <edoardo@aspix.it> writes:
> [ poor plan for a Postgis query with ]
> Postgres 8.4.8 with postgis 1.5.3

I think that most of the issue here is poor selectivity estimation for
the Postgis operations, particularly &&.  I suggest that you should ask
about this on the postgis mailing lists.  They might well tell you to
try a newer release --- they may have improved things since 1.5.3.

> NOTICE:  LWGEOM_gist_joinsel called with incorrect join type

You should *definitely* report that to the Postgis guys, because it's a
bug.

            regards, tom lane

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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: array_agg problem
Следующее
От: Edoardo Panfili
Дата:
Сообщение: Re: A questions on planner choices