کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
382164 660739 2016 14 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Handling data skew in join algorithms using MapReduce
کلمات کلیدی
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر هوش مصنوعی
پیش نمایش صفحه اول مقاله
Handling data skew in join algorithms using MapReduce
چکیده انگلیسی


• We introduce a skew handling algorithm, called multi-dimensional range partitioning.
• The proposed algorithm is more efficient than traditional MapReduce-based join algorithms.
• The proposed algorithm is scalable regardless of the size of input data.

One of the major obstacles hindering effective join processing on MapReduce is data skew. Since MapReduce’s basic hash-based partitioning method cannot solve the problem properly, two alternatives have been proposed: range-based and randomized methods. However, they still remain some drawbacks: the range-based method does not handle join product skew, and the randomized method performs worse than the basic hash-based partitioning when input relations are not skewed. In this paper, we present a new skew handling method, called multi-dimensional range partitioning (MDRP). The proposed method overcomes the limitations of traditional algorithms in two ways: 1) the number of output records expected at each machine is considered, which leads to better handling of join product skew, and 2) a small number of input records are sampled before the actual join begins so that an efficient execution plan considering the degree of data skew can be created. As a result, in a scalar skew experiment, the proposed join algorithm is about 6.76 times faster than the range-based algorithm when join product skew exists and about 5.14 times than the randomized algorithm when input relations are not skewed. Moreover, through the worst-case analysis, we show that the input and the output imbalances are less than or equal to 2. The proposed algorithm does not require any modification to the original MapReduce environment and is applicable to complex join operations such as theta-joins and multi-way joins.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Expert Systems with Applications - Volume 51, 1 June 2016, Pages 286–299
نویسندگان
, , , ,