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

[C++][Compute] Hash Join performance improvement #29768

Closed
2 of 3 tasks
asfimport opened this issue Sep 30, 2021 · 3 comments
Closed
2 of 3 tasks

[C++][Compute] Hash Join performance improvement #29768

asfimport opened this issue Sep 30, 2021 · 3 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 30, 2021

Add micro-benchmarks for hash join exec node.
Write a new implementation of the interface HashJoinImpl making sure that it is efficient for all types of join. Current implementation, based on unordered map, trades performance for a simpler code and is likely not as fast as it could be.

Reporter: Michal Nowakiewicz / @michalursa
Assignee: Michal Nowakiewicz / @michalursa

Subtasks:

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-14182. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Krisztian Szucs / @kszucs:
Postponing it to 8.0

@asfimport
Copy link
Collaborator Author

Krisztian Szucs / @kszucs:
Postponing to 9.0

@asfimport
Copy link
Collaborator Author

Weston Pace / @westonpace:
Issue resolved by pull request 13493
#13493

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

1 participant