Published February 18, 2017 | Version v1

Efficient String Similarity Join in Multi-core and Distributed Systems

  • 1. Donghua University

Description

In big data area a significant challenge about string similarity join is to find all similar pairs more efficiently. In this paper, we propose a parallel processing framework for efficient string similarity join. First, the input is split into some disjoint small subsets according to the joint frequency distribution and the interval distribution of strings. Then the filter-verification strategy is adopted in the computation of string similarity for each subset so that the number of candidate pairs is reduced before an effective pruning strategy is used to improve the performance. Finally, the operation of string join is executed in parallel. Para-Join algorithm based on the multi-threading technique is proposed to implement the framework in a multi-core system while Pada-Join algorithm based on Spark platform is proposed to implement the framework in a cluster system. We prove that Para-Join and Pada-Join cannot only avoid reduplicate computation but also ensure the completeness of the result. Experimental results show that Para-Join can achieve high efficiency and significantly outperform than state-of-the-art approaches, meanwhile, Pada-Join can work on large datasets.

Files

Files (126.2 MB)

Name Size Download all
md5:be5c75adc88287632d52c1ba9858ac3d
36.2 MB Download
md5:ba210caf8f710202291cbbe5c21f141a
74.7 MB Download
md5:708e846d5adc25ced84819f7c89cd42e
8.8 MB Download
md5:97758cb16dc6634499e7f85f5f0192d4
6.5 MB Download