Skip to content

Conversation

SubhamSinghal
Copy link

Is your feature request related to a problem or challenge?
address this issue: #16820

Describe the solution you'd like
Add queries for existence join in the benchmark.
Describe alternatives you've considered
No response

Additional context
No response

@2010YOUY01
Copy link
Contributor

It seems they're all using Hash Join and the selectivity doesn't count the equi-join predicates

@jonathanc-n
Copy link
Contributor

@SubhamSinghal Joins will only use a nested loop join strategy if there is only filters (ex. a > b) and no equijoin filters (ex. a == b)

@2010YOUY01
Copy link
Contributor

The queries aren’t runnable right now. Are they AI-generated?

If so, I might not be able to help review them. I strongly recommend working on an issue that you can fully understand, and thank you for the attempt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants