Re: Proposal : Parallel Merge Join
Dilip Kumar <dilipbalaut@gmail.com>
From: Dilip Kumar <dilipbalaut@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-12-13T15:04:04Z
Lists: pgsql-hackers
Attachments
- mergejoin_refactoring_v2.patch (application/octet-stream) patch v2
- parallel_mergejoin_v2.patch (application/octet-stream) patch v2
On Tue, Dec 13, 2016 at 6:42 AM, Dilip Kumar <dilipbalaut@gmail.com> wrote: >> This patch is hard to read because it is reorganizing a bunch of code >> as well as adding new functionality. Perhaps you could separate it >> into two patches, one with the refactoring and then the other with the >> new functionality. > > Okay, I can do that. I have created two patches as per the suggestion. 1. mergejoin_refactoring_v2.patch --> Move functionality of considering various merge join path into new function. 2. parallel_mergejoin_v2.patch -> This adds the functionality of supporting partial mergejoin paths. This will apply on top of mergejoin_refactoring_v2.patch. -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com
Commits
-
Consider parallel merge joins.
- 3bc7dafa9beb 10.0 landed
-
Preparatory refactoring for parallel merge join support.
- a71f10189dc1 10.0 landed
-
Fix parallel hash join path search.
- 655393a022bd 10.0 landed