You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "weijie.tong (JIRA)" <ji...@apache.org> on 2019/04/25 06:07:00 UTC

[jira] [Issue Comment Deleted] (DRILL-7206) Tuning hash join code using primitive int

     [ https://issues.apache.org/jira/browse/DRILL-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

weijie.tong updated DRILL-7206:
-------------------------------
    Comment: was deleted

(was: 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)