Re: Another optimizer question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Another optimizer question
Дата
Msg-id 24882.1075226771@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Another optimizer question  (Dennis Haney <davh@diku.dk>)
Ответы Re: Another optimizer question  (Dennis Haney <davh@diku.dk>)
Список pgsql-hackers
Dennis Haney <davh@diku.dk> writes:
> There is no constraint on the order of 'a', so why is pull_up_subqueries 
> explicitly ignoring subqueries that contain an 'order by'?

Because there would be no place to apply the sort operation.  If you are
saying you don't want the sort to occur, why did you write it?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: index scan with functional indexes
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: index scan with functional indexes