Re: Forcing materialize in the planner

Поиск
Список
Период
Сортировка
От Jack Christensen
Тема Re: Forcing materialize in the planner
Дата
Msg-id 520E19C7.2080909@jackchristensen.com
обсуждение исходный текст
Ответ на Forcing materialize in the planner  (Robert James <srobertjames@gmail.com>)
Список pgsql-general
Have you tried putting those components in a common table expression?
I'm not sure if it absolutely forces the materialization or not, but in
practice that has been my experience.

Robert James wrote:
> I have a query which, when I materialize by hand some of its
> components, runs 10x faster (including the time needed to
> materialize).  Is there any way to force Postgres to do that? Or do I
> need to do this by hand using temp tables?
>
>


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

Предыдущее
От: salah jubeh
Дата:
Сообщение: Re: devide and summarize sql result (all)
Следующее
От: Steve Clark
Дата:
Сообщение: what \ command actually run