IEEE Access (Jan 2023)

ParSCL: A Parallel and Distributed Framework to Process All Nearest Neighbor Queries on a Road Network

  • Aavash Bhandari,
  • Prince Hamandawana,
  • Muhammad Attique,
  • Hyung-Ju Cho,
  • Tae-Sun Chung

DOI
https://doi.org/10.1109/ACCESS.2023.3308684
Journal volume & issue
Vol. 11
pp. 94043 – 94056

Abstract

Read online

The proliferation of current and next-generation mobile and sensing devices has increased at an alarming rate. With these state-of-the-art devices, the global positioning system (GPS) has made remote sensing and location tracking more viable. One such query is the All Nearest Neighbor (ANN) query, which extracts and returns all data objects that are in close vicinity to all query objects. An ANN is a combination of $k$ -nearest neighbors (kNN), and join queries. Hence, ANN has useful for applications in different domains such as transportation optimization, locating safe zones, and ride-sharing. An example of its applications is, “find the nearest gas station for each car parking lot”. Because these applications are responsible for generating a massive number of query requests, a large amount of computation is required to return these query requests. As a single machine cannot meet this demand in this study, we propose a distributed query processing framework to process ANN queries using the Apache Spark framework. In an empirical study, our proposed framework achieved superior query efficiency and scalability compared to other methods and design alternatives.

Keywords