Question about a right? semi-join #4234
Unanswered
westonpace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation states
Right semi join can be used when cardinality of the subquery is greater.
. Does a right semi join create a hashtable from the left side (e.g. does it swap the implementation and treat the left side as the build side?)My guess is that it does. But then this later sentence confuses me:
Is a right semi filter join actually different than a left semi filter join with the inputs swapped?
Beta Was this translation helpful? Give feedback.
All reactions