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

opt: split a disjunction of equijoin predicates into a union of joins #13462

Closed
cockroach-teamcity opened this issue Apr 2, 2022 · 1 comment

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 2, 2022

Exalate commented:

cockroachdb/cockroach#74303 --- Release note (performance improvement): Performance of inner, semi or anti join between two tables with ORed equijoin predicates is improved by enabling the optimizer to select a join plan in which each equijoin predicate is evaluated by a separate join, with the results of the joins unioned or intersected together.

Jira Issue: DOC-3113

@exalate-issue-sync
Copy link

Ryan Kuo (taroface) commented:
Closing as this doesn’t require docs IMO.

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

No branches or pull requests

2 participants