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 2021/12/16 18:04:00 UTC

[jira] [Updated] (ARROW-14444) [C++] Implement task-based model into the executable-pipelines.

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

Antoine Pitrou updated ARROW-14444:
-----------------------------------
    Fix Version/s: 8.0.0
                       (was: 7.0.0)

> [C++] Implement task-based model into the executable-pipelines.
> ---------------------------------------------------------------
>
>                 Key: ARROW-14444
>                 URL: https://issues.apache.org/jira/browse/ARROW-14444
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Alexander Ocsa
>            Priority: Major
>              Labels: query-engine
>             Fix For: 8.0.0
>
>
> The plan fragments will use a task-based model for parallel processing.
>  That means that there is a scheduler that gets assigned tasks for execution, keeps selecting the next task for execution, and assigning it to a specific executor (aka arrow thread pool).  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)