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/03 12:42:00 UTC

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

Antoine Pitrou created ARROW-10796:
--------------------------------------

             Summary: [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


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)