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/05/29 01:00:07 UTC

[jira] [Resolved] (DRILL-135) Deal with the interface between push and pull modes in exchange operators

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

Jacques Nadeau resolved DRILL-135.
----------------------------------

    Resolution: Fixed

> Deal with the interface between push and pull modes in exchange operators
> -------------------------------------------------------------------------
>
>                 Key: DRILL-135
>                 URL: https://issues.apache.org/jira/browse/DRILL-135
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> The issue is that naive buffering will result in an execution thread reading data for a while and then munching on data for a while.  The reading is pull oriented while the execution is push.
> With better buffering and scheduling, the worker could overlap reading and processing.  That is the goal of this JIRA.



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