Distributed Spatial-Keyword kNN Monitoring for Location-aware Pub/Sub
Shohei Tsuruoka, Daichi Amagata, Shunya Nishio, Takahiro Hara

TL;DR
This paper presents DkM-SKS, a distributed system for real-time spatial-keyword kNN monitoring in large-scale Pub/Sub environments, balancing load and improving update efficiency.
Contribution
It introduces a scalable, distributed solution for spatial-keyword kNN monitoring that balances load among workers and accelerates updates using in-memory indexing.
Findings
Demonstrates efficiency and scalability through experiments on real datasets.
Achieves load balancing across distributed workers.
Improves update speed with in-memory indexing.
Abstract
Recent applications employ publish/subscribe (Pub/Sub) systems so that publishers can easily receive attentions of customers and subscribers can monitor useful information generated by publishers. Due to the prevalence of smart devices and social networking services, a large number of objects that contain both spatial and keyword information have been generated continuously, and the number of subscribers also continues to increase. This poses a challenge to Pub/Sub systems: they need to continuously extract useful information from massive objects for each subscriber in real time. In this paper, we address the problem of k nearest neighbor monitoring on a spatial-keyword data stream for a large number of subscriptions. To scale well to massive objects and subscriptions, we propose a distributed solution, namely DkM-SKS. Given m workers, DkM-SKS divides a set of subscriptions into m…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Data Mining Algorithms and Applications · Peer-to-Peer Network Technologies
