Why not implement CodegenSupport in class ShuffledHashJoinExec?

2019-11-09 Thread Wang, Gang
There are some cases, shuffle hash join performs even better than sort merge join. While, I noticed that ShuffledHashJoinExec does not implement CodegenSupport, is there any concern? And if there is any chance to improve the performance of ShuffledHashJoinExec?

Re: Why not implement CodegenSupport in class ShuffledHashJoinExec?

2019-11-10 Thread Wang, Gang
% improvement when apply shuffle hash join instead of sort merge join. I wonder if there is still some space to improve shuffle hash join? Like code generation for ShuffledHashJoinExec or something…. From: Wenchen Fan Date: Sunday, November 10, 2019 at 5:57 PM To: "Wang, Gang"