Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Implement predicate pushdown for GROUP_BY Spark SQL #49

Open
adersberger opened this issue May 6, 2016 · 0 comments
Open

Implement predicate pushdown for GROUP_BY Spark SQL #49

adersberger opened this issue May 6, 2016 · 0 comments
Milestone

Comments

@adersberger
Copy link
Contributor

Cool showcase:

select metric, process 
from timeseries 
group by metric, process
order by timeseries

With and without GROUP_BY pushdown and ORDERING in Spark

@adersberger adersberger added this to the 0.4 milestone May 6, 2016
@adersberger adersberger modified the milestones: 1.0, 0.4 Oct 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant