Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2286

Parallel Sort Optimization

    XMLWordPrintableJSON

Details

    Description

      The current plan for queries with ORDER BY clauses consists of two phases; sorting the data locally in each partition and then sort-merging the data in one single partition. Even though the local sort happens in parallel, this effort is wasted by the fact that the merge is happening at one partition. It is desired to remove the merge step and do a true parallel sort where data is range-partitioned across the cluster.

      Attachments

        Activity

          People

            alsuliman Ali Alsuliman
            alsuliman Ali Alsuliman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: