Re: Question about the WITH RECURSIVE patch

Поиск
Список
Период
Сортировка
От Josh Harrison
Тема Re: Question about the WITH RECURSIVE patch
Дата
Msg-id 8d89ea1d0811201333i564d208n50c3dc286547b076@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Question about the WITH RECURSIVE patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Thanks Tom. This is wonderful

On Thu, Nov 20, 2008 at 4:21 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
"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 по дате отправления:

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