Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6296

SQL: Get rid of "collocated" flag

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.1
    • None
    • sql

    Description

      This flag forces our execution engine to perform aggregations on mapper nodes rather than on reducer.

      First, we already have enough information in runtime to decide whether we can optimize or not. Second, if query is complex enough, users would have hard time trying to figure whether query would return correct result or not. We should never ever return invalid results.

      Let's make our engine smarter, so that it is able to determine whether such grouping is safe or not and then deprecate that flag.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: