chronix.spark icon indicating copy to clipboard operation
chronix.spark copied to clipboard

Implement predicate pushdown for GROUP_BY Spark SQL

Open adersberger opened this issue 8 years ago • 0 comments

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 avatar May 06 '16 19:05 adersberger