chronix.spark
chronix.spark copied to clipboard
Implement predicate pushdown for GROUP_BY Spark SQL
Cool showcase:
select metric, process
from timeseries
group by metric, process
order by timeseries
With and without GROUP_BY pushdown and ORDERING in Spark