Also known as
- Map-Reduce
- Divide and Conquer for Data Processing
Intent of Map Reduce Design Pattern
To efficiently process large-scale datasets by dividing computation into two phases: map and reduce, which can be executed in parallel and distributed across multiple nodes.
About 4 min