Re: CustomScan under the Gather node?

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CustomScan under the Gather node?
Date: 2016-01-27 05:29:38
Message-ID: CAA4eK1JhBQri8DD-cC_fj7Ne7t-dfDyuiFLPurHomJHbLxghnA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 26, 2016 at 12:00 PM, Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2016-01-27 05:52:53 Re: CustomScan under the Gather node?
Previous Message Tatsuo Ishii 2016-01-27 05:24:01 Re: Why format() adds double quote?