You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2013/07/03 02:15:20 UTC

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

Ted Dunning created DRILL-135:
---------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira