Re: bad plan with custom data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bad plan with custom data types
Дата
Msg-id 22153.1164167484@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bad plan with custom data types  (Greg Mitchell <gmitchell@atdesk.com>)
Ответы Re: bad plan with custom data types  (Greg Mitchell <gmitchell@atdesk.com>)
Список pgsql-hackers
Greg Mitchell <gmitchell@atdesk.com> writes:
> I don't understand why it re-sorts the data even though the indexes are in
> the same order?

I'm betting there's something wrong with your custom type definition,
such that the planner is failing to make any connection between the
index and the desired sort order.  But you've not shown us any details.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error in postgresql after crash unable to restart this needs to be posted on -hackers or -bugs, so that tom, oleg and teodor can take a look
Следующее
От: "zhang Jackie"
Дата:
Сообщение: build a SDB cache for Spatial Database based on postgis and postgresql