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/05/01 07:31:16 UTC

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

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

Jinfeng Ni updated DRILL-491:
-----------------------------

    Attachment:     (was: DRILL-491.2.patch)

> 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)