Re: Poor performance using CTE

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Poor performance using CTE
Дата
Msg-id CAGTBQpZ_Za-XSXvmPUx3F7wgeX=HB1xUpDsn+1DXY3a87YJLBQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Poor performance using CTE  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Poor performance using CTE  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-performance
On Tue, Nov 20, 2012 at 12:04 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> The problem here is very clear.  Oracle is optimizing through the CTE.
>  PostgreSQL does not do this by design -- CTE's are used as a forced
> materialization step.

While I love that design (it lets me solve lots of problems for huge
queries), wouldn't pushing constraints into the CTE be a rather safe
optimization?


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Poor performance using CTE
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Poor performance using CTE