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: allow lookup joins to order on index columns #14624

Closed
cockroach-teamcity opened this issue Jul 23, 2022 · 1 comment
Closed

opt: allow lookup joins to order on index columns #14624

cockroach-teamcity opened this issue Jul 23, 2022 · 1 comment

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 23, 2022

Exalate commented:

Related PR: cockroachdb/cockroach#84689
Commit: cockroachdb/cockroach@15beca6


Release note (performance improvement): The optimizer can now return the
results of a join in sorted order in more cases. This can allow the
optimizer to avoid expensive sorts that need to buffer all input rows.

Jira Issue: DOC-5155

@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