rheem-ecosystem / rheem

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

Refine cost model #29

Closed luckyasser closed 7 years ago

luckyasser commented 7 years ago

From @sekruse on November 15, 2016 15:56

Some ExecutionOperators, such as the JavaJoinOperator and the GraphChiPageRankOperator do not do their work in a contiguous execution, but rather perform multiple partial executions. The idea is to reflect this in the cost model:

Copied from original issue: daqcri/rheem#35