You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/12/14 08:25:00 UTC

[jira] [Resolved] (ARROW-10796) [C++] Investigate RecordBatch sort performance

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

Antoine Pitrou resolved ARROW-10796.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 8890
[https://github.com/apache/arrow/pull/8890]

> [C++] Investigate RecordBatch sort performance
> ----------------------------------------------
>
>                 Key: ARROW-10796
>                 URL: https://issues.apache.org/jira/browse/ARROW-10796
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> A RecordBatch is currently sorted as a one-chunk Table. It is suboptimal as it's paying the chunk resolution cost even though it's not necessary.
> A dedicated RecordBatch sort may also form the basis for a faster Table sort (first sort individual batches, then use merge sort along the sorted batches).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)