Re: How to share the result data of separated plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to share the result data of separated plan
Дата
Msg-id 7148.1289147026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to share the result data of separated plan  (Hitoshi Harada <umi.tanuki@gmail.com>)
Ответы Re: How to share the result data of separated plan  (Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>)
Список pgsql-hackers
Hitoshi Harada <umi.tanuki@gmail.com> writes:
> Up to now, in a portal we only have multiple plans that share nothing
> but relations, then executor starts, runs and ends separately.
> Writeable CTEs need the result tuplestore of separated plans that were
> executed before main query .

Um ... why?  I thought the whole point of breaking out ModifyTable
as a separate node type was so that a query involving writeable CTEs
would still be just one plan tree.
        regards, tom lane


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

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: Query Plan Columns
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: How to share the result data of separated plan