Abstract
We present LocationSpark, a spatial data processing system built on top of Apache Spark, a widely used distributed data processing system. LocationSpark offers a rich set of spatial query operators, e.g., range search, kNN, spatio-textual operation, spatial-join, and kNN-join. To achieve high performance, LocationSpark employs various spatial indexes for in-memory data, and guarantees that immutable spatial indexes have low overhead with fault tolerance. In addition, we build two new layers over Spark, namely a query scheduler and a query executor. The query scheduler is responsible for mitigating skew in spatial queries, while the query executor selects the best plan based on the indexes and the nature of the spatial queries. Furthermore, to avoid unnecessary network communication overhead when processing overlapped spatial data, We embed an efficient spatial Bloom filter into LocationSpark's indexes. Finally, LocationSpark tracks frequently accessed spatial data, and dynamically ushes less frequently accessed data into disk. We evaluate our system on real workloads and demonstrate that it achieves an order of magnitude performance gain over a baseline framework.
| Original language | English |
|---|---|
| Pages (from-to) | 1565-1568 |
| Number of pages | 4 |
| Journal | Proceedings of the VLDB Endowment |
| Volume | 9 |
| Issue number | 13 |
| DOIs | |
| Publication status | Published - 2015 |
| Event | 42nd International Conference on Very Large Data Bases, VLDB 2016 - New Delhi, India Duration: 5 Sept 2016 → 9 Sept 2016 |