MapReduce

Home > Computer Science > Algorithms and data structures > Distributed algorithms > MapReduce

MapReduce is a distributed algorithm used for processing and generating big data sets on a cluster of computers. It breaks down large datasets into smaller chunks that can be processed in parallel.