Abstract
This paper presents Sphinx, a full-fledged distributed system which uses a standard SQL interface to process big spatial data. Sphinx adds spatial data types, indexes and query processing, inside the code-base of Cloudera Impala for efficient processing of spatial data. In particular, Sphinx is composed of four main components, namely, query parser, indexer, query planner, and query executor. The query parser injects spatial data types and functions in the SQL interface of Sphinx. The indexer creates spatial indexes in Sphinx by adopting a two-layered index design. The query planner utilizes these indexes to construct efficient query plans for range query and spatial join operations. Finally, the query executor carries out these plans on big spatial datasets in a distributed cluster. A system prototype of Sphinx running on real datasets shows up-to three orders of magnitude performance improvement over traditional Impala.
Original language | English (US) |
---|---|
Title of host publication | 23rd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2015 |
Editors | Yan Huang, Mohamed Ali, Jagan Sankaranarayanan, Matthias Renz, Michael Gertz |
Publisher | Association for Computing Machinery |
ISBN (Electronic) | 9781450339674 |
DOIs | |
State | Published - Nov 3 2015 |
Event | 23rd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2015 - Seattle, United States Duration: Nov 3 2015 → Nov 6 2015 |
Publication series
Name | GIS: Proceedings of the ACM International Symposium on Advances in Geographic Information Systems |
---|---|
Volume | 03-06-November-2015 |
Other
Other | 23rd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2015 |
---|---|
Country/Territory | United States |
City | Seattle |
Period | 11/3/15 → 11/6/15 |
Bibliographical note
Publisher Copyright:© 2015 ACM.
Keywords
- Impala
- Range query
- SQL
- Spatial
- Spatial join
- Sphinx