Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-29551

Improving adaptive hash join by using sort merge join strategy per partition instead of all partitions

    XMLWordPrintableJSON

Details

    Description

      Currently, regarding adaptive hash join, when falling back to sort-merge join, it sorts all partitions globally, however, due to the keys of each partition are disjoint, we can sort it per partition, which can improve the performance.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lsy dalongliu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: