Re: a funnel by any other name - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: a funnel by any other name
Date
Msg-id CAA4eK1J5fq0i=mLRDZQTwMvrW96=NLiZb10bCEJVDNOOrLMZAQ@mail.gmail.com
Whole thread Raw
In response to a funnel by any other name  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, Sep 17, 2015 at 8:09 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>
> Or, yet another option, we could combine the similar operators under
> one umbrella while keeping the things that are more different as
> separate nodes:
>
> 1, 2. Exchange (or Gather or Funnel)
> 3, 5. Distribute (or Redistribute or Interchange or Exchange)
> 4. Exchange Merge (or Gather Merge or Funnel Merge)
>

+1 for combining, but it seems better to call 1,2 as Parallel Gather
and similarly for others.  Adding Parallel to Gather makes it
self-explanatory.


With Regards,
Amit Kapila.

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan
Next
From: "Shulgin, Oleksandr"
Date:
Subject: Re: On-demand running query plans using auto_explain and signals