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

Index nested loop join optimizer #1226

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

andyfengHKU
Copy link
Contributor

  • Add isPrimaryKey check to PropertyExpression
  • Make IndexScan a non-source operator
  • Add index-nested-loop-join optimizer as a temporary solution before generic hash join is implemented.

src/binder/bind/bind_graph_pattern.cpp Outdated Show resolved Hide resolved
src/include/optimizer/optimizer.h Outdated Show resolved Hide resolved
src/include/optimizer/optimizer.h Outdated Show resolved Hide resolved
src/include/optimizer/index_nested_loop_join_optimizer.h Outdated Show resolved Hide resolved
src/include/optimizer/index_nested_loop_join_optimizer.h Outdated Show resolved Hide resolved
@andyfengHKU andyfengHKU force-pushed the index-nested-loop-join-optimizer branch from fa9f10c to 73fb186 Compare February 2, 2023 04:43
@andyfengHKU andyfengHKU merged commit 253a992 into master Feb 2, 2023
@andyfengHKU andyfengHKU deleted the index-nested-loop-join-optimizer branch February 2, 2023 05:03
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.

None yet

2 participants