An Adaptive Skew Handling Join Algorithm for Large-scale Data Analysis

Di Wu,Tengjiao Wang,Yuxin Chen,Shun Li,Hongyan Li,Kai Lei
DOI: https://doi.org/10.1007/978-3-319-21042-1_35
2015-01-01
Abstract:Join plays an essential role in large-scale data analysis, but the performance is severely degraded by data skew. Existing works can’t adaptively handle data skew very well and reduce communication cost simultaneously. To address these problems, we firstly propose a mixed data structure comprising Bloom Filter and Histogram(BFH). Based on BFH, Bloom Filter and Histogram Join(BFHJ) is proposed to handle data skew adaptively. BFHJ can reduce communication cost by filtering unnecessary records. Furthermore, BFHJ adopts a heuristic partitioning strategies to balance workload. Experiments on TPC-H demonstrate that BFHJ outperforms the state-of-the-art methods in terms of communication cost, load balance and query time.
What problem does this paper attempt to address?