[
https://issues.apache.org/jira/browse/DRILL-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
weijie.tong updated DRILL-7206:
-------------------------------
Description: 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.
> 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)