You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/26 22:49:26 UTC

[jira] [Commented] (DRILL-1055) Implement ProducerConsumer operator

    [ https://issues.apache.org/jira/browse/DRILL-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045146#comment-14045146 ] 

Jacques Nadeau commented on DRILL-1055:
---------------------------------------

Fixed in 3ea8eb5 or earlier

> Implement ProducerConsumer operator
> -----------------------------------
>
>                 Key: DRILL-1055
>                 URL: https://issues.apache.org/jira/browse/DRILL-1055
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Steven Phillips
>            Assignee: Jacques Nadeau
>
> Currently, a minor fragment is run in a single thread, and parallelization is achieved by running multiple minor fragments. There are cases where we are limited in how much we can parallelize the leaf fragments due to the limited number of files/row groups. This can result in under-utilization of resources.
> This operator will allow the scan operator to run in parallel with the downstream operators in the leaf fragments, thus increasing cluster utilization, and reducing the duration of the leaf fragments in certain cases.



--
This message was sent by Atlassian JIRA
(v6.2#6252)