Re: Question about the WITH RECURSIVE patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question about the WITH RECURSIVE patch
Дата
Msg-id 8164.1227216064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Question about the WITH RECURSIVE patch  ("Josh Harrison" <joshques@gmail.com>)
Ответы Re: Question about the WITH RECURSIVE patch  (Christophe <xof@thebuild.com>)
Re: Question about the WITH RECURSIVE patch  ("Josh Harrison" <joshques@gmail.com>)
Re: Question about the WITH RECURSIVE patch  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
"Josh Harrison" <joshques@gmail.com> writes:
> My question is when I don't use the Recursive term does the optimizer just
> consider it as a subquery or does it work like Oracle's WITH CLAUSE
> (Subquery Factoring) ? Oracle's WITH CLAUSE boosts the performance of the
> queries. So does this do the same?

See the fine manual, for instance last para here:
http://developer.postgresql.org/pgdocs/postgres/queries-with.html

            regards, tom lane

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

Предыдущее
От: "Josh Harrison"
Дата:
Сообщение: Question about the WITH RECURSIVE patch
Следующее
От: Christophe
Дата:
Сообщение: Re: Question about the WITH RECURSIVE patch