Treffer: LSH SimilarityJoin Pattern in FastFlow

Title:
LSH SimilarityJoin Pattern in FastFlow
Contributors:
Tonci, N., Rivault, S., Bamha, M., Robert, S., Limet, S., Torquati, M.
Publication Year:
2024
Collection:
ARPI - Archivio della Ricerca dell'Università di Pisa
Document Type:
Fachzeitschrift article in journal/newspaper
Language:
English
Relation:
info:eu-repo/semantics/altIdentifier/wos/WOS:001230101800001; volume:52; issue:3; firstpage:207; lastpage:230; numberofpages:24; journal:INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING; https://hdl.handle.net/11568/1282175
DOI:
10.1007/s10766-024-00772-1
Accession Number:
edsbas.D60E1CB6
Database:
BASE

Weitere Informationen

Similarity joins are recognized to be among the most used data processing and analysis operations. We introduce a C++-based high-level parallel pattern implemented on top of FastFlow Building Blocks to provide the programmer with ready-to-use similarity join computations. The SimilarityJoin pattern is implemented according to the MapReduce paradigm enriched with locality sensitive hashing (LSH) to optimize the whole computation. The new parallel pattern can be used with any C++ serializable data structure and executed on shared- and distributed-memory machines. We present experimental validations of the proposed solution considering two different clusters and small and large input datasets to evaluate in-core and out-of-core executions. The performance assessment of the SimilarityJoin pattern has been conducted by comparing the execution time against the one obtained from the original hand-tuned Hadoop-based implementation of the LSH-based similarity join algorithms as well as a Spark-based version. The experiments show that the SimilarityJoin pattern: (1) offers a significant performance improvement for small and medium datasets; (2) is competitive also for computations using large input datasets producing out-of-core executions.