Re: directly construct a query plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: directly construct a query plan
Дата
Msg-id 1405.1096916571@sss.pgh.pa.us
обсуждение исходный текст
Ответ на directly construct a query plan  ("Chengkai Li" <dbresearch@hotmail.com>)
Список pgsql-docs
"Chengkai Li" <dbresearch@hotmail.com> writes:
> I plan to directly construct a query plan without going through the query
> optimizer, by manipulating the various data structures for representing
> query plan tree and parse tree. Is there any facility inside/outside
> postgresql that can be of help? Is there any known issue/difficulty related
> to this?

Only that your code *will* break in each future release, because we have
no hesitation about whacking those data structures around ...

            regards, tom lane

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

Предыдущее
От: "Chengkai Li"
Дата:
Сообщение: directly construct a query plan
Следующее
От: pgman@candle.pha.pa.us
Дата:
Сообщение: Re: Message Error