-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexecjoin: avoid buffering tuples from the right in merge joiner
Depending on the join type, we don't need to fully buffer the tuples from the right input in order to produce the output. Namely, for set-operation joins we only need to know the number of right tuples whereas for LEFT SEMI and RIGHT ANTI we know exactly the behavior of the builder for the buffered group. Release note: None
- Loading branch information
1 parent
4e4cfe9
commit 8b8f12e
Showing
1 changed file
with
15 additions
and
8 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