forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-Optimize cross joins with single build batch (facebookincubator#10726
) Summary: Pull Request resolved: facebookincubator#10726 As a follow up from: . facebookincubator#10690 . We can also optimize the case of a cross join with a single build batch to simply wrap probe and build inputs into a dictionary, then avoiding copying and not producing outputs vectors that are too small. . Check in-code header comments for more details. . This is a re-submission of the PR . facebookincubator#10695 . which was recently reverted. There is additional logic required to add this optimization for joins other than cross-joins. Re-adding only for cross-joins for now to unblock. Will add it for non-cross-joins along with more tests as a follow up. Reviewed By: Yuhta Differential Revision: D61164691 fbshipit-source-id: 3f7dfadfdaad464f22d0dea45f556b17435fb7c8
- Loading branch information
1 parent
ba1bb9e
commit 5c55c63
Showing
3 changed files
with
193 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.