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

A Comparison Of Join Algorithms For Log Processing In MaPreduce

Spyros Blanas, Jignesh M. Patel, Vuk Ercegovac, Jun Rao, Eugene J. Shekita, Yuanyuan Tian

Venue
ACM SIGMOD Conference (SIGMOD) 2010
Recognition
Most Influential SIGMOD 2010 Paper (Rank No. 5)
Edition
2026-03
Impact factor
6
Certificate ID
c6f111c1f3b98607

Abstract

The MapReduce framework is increasingly being used to analyze large volumes of data. One important type of data analysis done with MapReduce is log processing, in which a click-stream or an event log is filtered, aggregated, or mined for patterns. As part of this analysis, the log often needs to be joined with reference data such as information about users. Although there have been many studies examining join algorithms in parallel and distributed DBMSs, the MapReduce framework is cumbersome for joins. MapReduce programmers often use simple but inefficient algorithms to perform joins. In this paper, we describe crucial implementation details of a number of well-known join strategies in MapReduce, and present a comprehensive experimental comparison of these join techniques on a 100-node Hadoop cluster. Our results provide insights that are unique to the MapReduce platform and offer guidance on when to use a particular join algorithm on this platform.

Download PDF certificate