You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:02:30 UTC

[jira] [Updated] (SPARK-12686) Support group-by push down into data sources

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

Hyukjin Kwon updated SPARK-12686:
---------------------------------
    Labels: bulk-closed  (was: )

> Support group-by push down into data sources
> --------------------------------------------
>
>                 Key: SPARK-12686
>                 URL: https://issues.apache.org/jira/browse/SPARK-12686
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Takeshi Yamamuro
>            Priority: Major
>              Labels: bulk-closed
>
> As for logical plan nodes like 'Aggregate -> Project -> (Filter) -> Scan', we can push down partial aggregation processing into data sources that could aggregate their own data efficiently because Orc/Parquet could fetch the MIN/MAX value by using statistics data and some databases have efficient aggregation implementations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org