rheem-ecosystem / rheem

Rheem - a cross-platform data processing system
https://rheem-ecosystem.github.io
5 stars 0 forks source link

Add cross-platform strategy #28

Closed luckyasser closed 7 years ago

luckyasser commented 7 years ago

From @sekruse on October 24, 2016 15:45

A simple way to enforce Rheem to not consider cross-platform ExecutionPlans is to add an according PruningStrategy that removes such plans already during the enumeration. Such a feature would allow to "degrade" Rheem to an optimizer towards only platform independence, which is interesting for experiments and comparisons.

Copied from original issue: daqcri/rheem#33