You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2014/04/08 02:30:18 UTC

[jira] [Created] (DRILL-491) Support project push-down into scan operator

Jinfeng Ni created DRILL-491:
--------------------------------

             Summary: Support project push-down into scan operator
                 Key: DRILL-491
                 URL: https://issues.apache.org/jira/browse/DRILL-491
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Jinfeng Ni
            Assignee: Jinfeng Ni


Currently, the scan operator will read all the columns from the data source, and pass all the columns to down-stream operator. 

In order to improve performance of Drill query, we should instead push the project operation into scan operator.  The scan operator will take as an input a list of columns required to retrieve. If the query only refers a subset of columns, the scan operator will only have to retrieve values for the column in the list. 

It's expected to see performance improvement once project push-down is supported. 




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