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

Hash Join should not return the join columns when they are not needed downstream

    XMLWordPrintableJSON

Details

    Description

      Currently the Hash-Join operator returns all its (both sides) incoming columns. In cases where the join columns are not used further downstream, this is a waste (allocating vectors, copying each value, etc).

        Suggestion: Have the planner pass this information to the Hash-Join operator, to enable skipping the return of these columns.

       

      Attachments

        Activity

          People

            hanu.ncr Hanumath Rao Maduri
            ben-zvi Boaz Ben-Zvi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: