Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-5049

Multiple batch joins on the same key results in multiple shuffles

Details

    • Improvement
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • dsl-sql

    Description

      The query like this:

      SELECT a.*, b.*, c.* FROM a JOIN b ON a.some_id = b.some_id JOIN c ON a.some_id = c.some_id;
      

      results in two shuffles. Can probably be optimized.

      Relevant code:

      Attachments

        Activity

          People

            Unassigned Unassigned
            kedin Anton Kedin
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: