[ 
https://issues.apache.org/jira/browse/DRILL-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826200#comment-16826200
 ] 

ASF GitHub Bot commented on DRILL-7206:
---------------------------------------

arina-ielchiieva commented on issue #1764: DRILL-7206: using primitive int list 
at right or full join case
URL: https://github.com/apache/drill/pull/1764#issuecomment-486732804
 
 
   @Ben-Zvi could you please review?
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Tuning hash join code using primitive int
> -----------------------------------------
>
>                 Key: DRILL-7206
>                 URL: https://issues.apache.org/jira/browse/DRILL-7206
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: weijie.tong
>            Assignee: weijie.tong
>            Priority: Major
>             Fix For: 1.17.0
>
>
> This issue is try to tune the HashJoin implementation codes. At right or full 
> join type , the HashJoinProbe will create a List<Integer> member to record 
> the unmatched composed indexes. It can be replaced by a primitive 
> IntArrayList without box/unbox operation ,also benefits the GC if there's 
> more unmatched items.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to