You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/10/01 21:27:00 UTC

[jira] [Updated] (ARROW-14202) [C++] A more RAM-efficient top-k sink node

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

Jonathan Keane updated ARROW-14202:
-----------------------------------
    Summary: [C++] A more RAM-efficient top-k sink node  (was: A more RAM-efficient top-k sink node)

> [C++] A more RAM-efficient top-k sink node
> ------------------------------------------
>
>                 Key: ARROW-14202
>                 URL: https://issues.apache.org/jira/browse/ARROW-14202
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 7.0.0
>            Reporter: Alexander Ocsa
>            Priority: Major
>              Labels: query-engine
>
> Mentioned here:
> https://github.com/apache/arrow/pull/11274#pullrequestreview-768267959
> For example, a top-k implementation could periodically (when batches_ has some configurable # of rows) run through and discard data. The way it is written now it would still require me to buffer the entire dataset in memory (and/or spillover).
>  
>  



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