Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-135

Deal with the interface between push and pull modes in exchange operators

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tdunning Ted Dunning
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: