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

[YSQL] Improve performance for nested loop join execution #14070

Open
6 of 8 tasks
tanujnay112 opened this issue Sep 19, 2022 · 0 comments
Open
6 of 8 tasks

[YSQL] Improve performance for nested loop join execution #14070

tanujnay112 opened this issue Sep 19, 2022 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@tanujnay112
Copy link
Contributor

tanujnay112 commented Sep 19, 2022

Jira Link: DB-3564

Description

Currently, we only support batched nested loop joins on a clause of the form inner_table.c1 = outer_table.c1. We can extend this support to

@tanujnay112 tanujnay112 added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Sep 19, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Sep 19, 2022
@tanujnay112 tanujnay112 self-assigned this Sep 19, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed status/awaiting-triage Issue awaiting triage kind/bug This issue is a bug labels Sep 20, 2022
@tanujnay112 tanujnay112 changed the title [YSQL] Support batched nested loop joins on complex join clauses [YSQL] Batched Nested Loop join capability improvements Sep 29, 2022
@sushantrmishra sushantrmishra changed the title [YSQL] Batched Nested Loop join capability improvements [YSQL] Improve performance for nested loop join execution Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants