Parallel appendrel scans? - Mailing list pgsql-hackers

From Tom Lane
Subject Parallel appendrel scans?
Date
Msg-id 7358.1467586686@sss.pgh.pa.us
Whole thread Raw
Responses Re: Parallel appendrel scans?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
It looks to me like set_append_rel_pathlist builds a partial path for
an appendrel only if there exist partial paths for all members of the
appendrel.  I don't understand this restriction.  Why could you not
build it from a regular path for each appendrel child?  You'd have
to farm out entire childrels to workers, which might be larger chunks
of work than one could wish, but it seems better than failing to
parallelize at all.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: fixing subplan/subquery confusion
Next
From: Craig Ringer
Date:
Subject: Re: Docs, backups, and MS VSS