Chapter 5&6: Map Reduce Flashcards
1
Q
Scalable
A
- Operationally: can make use of many cheap computers
- Formally: if you have N data items, you must do no more than N* log(N) operations
2
Q
Map reduce
A
Store data redundantly, move computation closer to data (simple programming model)
3
Q
A