Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Cascading: Optimize co-group with all folds #131

Open mbossenbroek opened 9 years ago

mbossenbroek commented 9 years ago

A co-group with all folds is currently implemented as n folds followed by a co-grouping. This could be optimized as a single co-group stage.