Re: Poor performance using CTE

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Poor performance using CTE
Дата
Msg-id CAGTBQpa14GQ+L9KSKdS+kXVWYkoEVNUBbvaUpgRjskufEx-=-A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Poor performance using CTE  (Andres Freund <andres@anarazel.de>)
Ответы Re: Poor performance using CTE  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-performance
On Wed, Nov 21, 2012 at 12:32 PM, Andres Freund <andres@anarazel.de> wrote:
> +1
>
> WITH foo AS (SELECT ...) (barrier=on|off)?
>
> 9.3 introduces the syntax, defaulting to on
> 9.4 switches the default to off.

Why syntax? What about a guc?

collapse_cte_limit?


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hints (was Poor performance using CTE)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Poor performance using CTE