zhouyuan opened a new issue, #5720:
URL: https://github.com/apache/incubator-gluten/issues/5720

   ### Description
   
   By default gluten with Velox backend will use Shuffled Hash Join to get 
better performance. Sort Merge Join is still useful in some cases 1) very big 
table on build side 2) bucket scan 3) inner join with redundant keys 
   the plan is to 
   - Adding support for SMJ join types other than inner and left join, and join 
with conditions
   - improve the performance of SMJ/Sort
   
   thanks,
   -yuan
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to