You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (JIRA)" <ji...@apache.org> on 2019/04/12 03:42:00 UTC

[jira] [Updated] (ASTERIXDB-2286) Parallel Sort Optimization

     [ https://issues.apache.org/jira/browse/ASTERIXDB-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ali Alsuliman updated ASTERIXDB-2286:
-------------------------------------
    Affects Version/s: 0.9.4

> Parallel Sort Optimization
> --------------------------
>
>                 Key: ASTERIXDB-2286
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2286
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: COMP - Compiler, FUN - Functions, HYR - Hyracks
>    Affects Versions: 0.9.4
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>              Labels: triaged
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)