PAPER DIGEST
Most Influential SIGMOD 2007 Paper · 2026-03 edition

Map-reduce-merge: Simplified Relational Data Processing On Large Clusters

Hung-chih Yang; Ali Dasdan; Ruey-Lung Hsiao; D. Stott Parker

Venue
ACM SIGMOD Conference (SIGMOD) 2007
Recognition
Most Influential SIGMOD 2007 Paper (Rank No. 2)
Edition
2026-03
Impact factor
9
Certificate ID
2855b1f706a3991a

Abstract

Map-Reduce is a programming model that enables easy development of scalable parallel applications to process a vast amount of data on large clusters of commodity machines. Through a simple interface with two functions, map and reduce, this model facilitates parallel implementation of many real-world tasks such as data processing jobs for search engines and machine learning. However,this model does not directly support processing multiple related heterogeneous datasets. While processing relational data is a common need, this limitation causes difficulties and/or inefficiency when Map-Reduce is applied on relational operations like joins. We improve Map-Reduce into a new model called Map-Reduce-Merge. It adds to Map-Reduce a Merge phase that can efficiently merge data already partitioned and sorted (or hashed) by map and reduce modules. We also demonstrate that this new model can express relational algebra operators as well as implement several join algorithms.

Download PDF certificate