Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7206

Tuning hash join code using primitive int

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.17.0
    • None

    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.

      Attachments

        Issue Links

          Activity

            People

              weijie Weijie Tong
              weijie Weijie Tong
              Boaz Ben-Zvi Boaz Ben-Zvi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: