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.
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.