Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add distinct join support for right outer joins #11291

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Aug 2, 2024

#10520 added acceleration of left outer joins with distinct keys in the right-side batch. We can leverage the same technique for right outer joins, since they are implemented in terms of left outer joins.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the performance A performance related task/issue label Aug 2, 2024
@jlowe jlowe self-assigned this Aug 2, 2024
@jlowe
Copy link
Member Author

jlowe commented Aug 2, 2024

build

@jlowe
Copy link
Member Author

jlowe commented Aug 19, 2024

build

@jlowe
Copy link
Member Author

jlowe commented Aug 19, 2024

build

@jlowe
Copy link
Member Author

jlowe commented Aug 26, 2024

build

@jlowe jlowe merged commit 3e04c1f into NVIDIA:branch-24.10 Aug 27, 2024
42 of 43 checks passed
@jlowe jlowe deleted the distinct-right-outer branch August 27, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants