You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/12/10 17:53:00 UTC

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

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

ASF GitHub Bot updated ARROW-10796:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>          Time Spent: 10m
>  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)