As far as I understand O(x+y) = O(bigger of the two). Am I right? What about O(x*y).
I was reading the mapreduce paper and it said the master must make O(M + R) scheduling decisions and keeps O(M R) state in memory
I did not get that.
As far as I understand O(x+y) = O(bigger of the two). Am I right? What about O(x*y).
I was reading the mapreduce paper and it said the master must make O(M + R) scheduling decisions and keeps O(M R) state in memory
I did not get that.