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

Eliminate duplicates for Semi Hash Join

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reviewable
    • Minor
    • Resolution: Unresolved
    • 1.14.0
    • None
    • None

    Description

      Following DRILL-6735: The performance of the new Semi Hash Join may degrade if the build side contains excessive number of join-key duplicate rows; this mainly a result of the need to store all those rows first, before the hash table is built.

        Proposed solution: For Semi, the Hash Agg would create a Hash-Table initially, and use it to eliminate key-duplicate rows as they arrive.

        Proposed extra: That Hash-Table has an added cost (e.g. resizing). So perform "runtime stats" – Check initial number of incoming rows (e.g. 32k), and if the number of duplicates is less than some threshold (e.g. %20) – cancel that "early" hash table.

       

      Attachments

        Issue Links

          Activity

            People

              ben-zvi Boaz Ben-Zvi
              ben-zvi Boaz Ben-Zvi
              Timothy Farkas Timothy Farkas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: