Landmark-join: hash-join based string similarity joins with edit distance constraints

  • Authors:
  • Kazuyo Narita;Shinji Nakadai;Takuya Araki

  • Affiliations:
  • Cloud System Research Laboratories, NEC Corporation, Kawasaki, Kanagawa, Japan;Cloud System Research Laboratories, NEC Corporation, Kawasaki, Kanagawa, Japan;Cloud System Research Laboratories, NEC Corporation, Kawasaki, Kanagawa, Japan

  • Venue:
  • DaWaK'12 Proceedings of the 14th international conference on Data Warehousing and Knowledge Discovery
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Parallel data processing complicates the completion of string similarity joins because parallel data processing requires the use of a well designed data partitioning scheme. Moreover, efficient verification of string pairs is needed to speed up the entire string similarity join process. We propose a novel framework that addresses these requirements through the use of edit distance constraints. The Landmark-Join framework has two functions that reduce two kinds of search spaces. The first, q-bucket partitioning, reduces the number of verifications of dissimilar string pairs and lowers skewness among buckets. The second, local upper bound calculation, prunes the search space of edit distance to speed up each verification. Experimental results show that Landmark-Join has good parallel scalability and that the two proposed functions speed up the entire string similarity join process.