You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2016/04/22 01:49:12 UTC

[jira] [Resolved] (SPARK-14724) Improve performance of sorting by using radix sort when possible

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

Davies Liu resolved SPARK-14724.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12490
[https://github.com/apache/spark/pull/12490]

> Improve performance of sorting by using radix sort when possible
> ----------------------------------------------------------------
>
>                 Key: SPARK-14724
>                 URL: https://issues.apache.org/jira/browse/SPARK-14724
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Eric Liang
>             Fix For: 2.0.0
>
>
> Spark currently uses TimSort for all in-memory sorts, including sorts done for shuffle. One low-hanging fruit is to use radix sort when possible (e.g. sorting by integer keys).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org