Re: CustomScan under the Gather node?

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: CustomScan under the Gather node?
Дата
Msg-id CAA4eK1JhBQri8DD-cC_fj7Ne7t-dfDyuiFLPurHomJHbLxghnA@mail.gmail.com
обсуждение исходный текст
Ответ на CustomScan under the Gather node?  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
On Tue, Jan 26, 2016 at 12:00 PM, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:
>
> Hello,
>
> What enhancement will be necessary to implement similar feature of
> partial seq-scan using custom-scan interface?
>
> It seems to me callbacks on the three points below are needed.
> * ExecParallelEstimate
> * ExecParallelInitializeDSM
> * ExecParallelInitializeWorker
>
> Anything else?

I don't think so.

> Does ForeignScan also need equivalent enhancement?

I think this depends on the way ForeignScan is supposed to be
parallelized, basically if it needs to coordinate any information
with other set of workers, then it will require such an enhancement.




With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Why format() adds double quote?
Следующее
От: Kouhei Kaigai
Дата:
Сообщение: Re: CustomScan under the Gather node?