2017 IEEE International Conference on Big Data (Big Data) 2017
DOI: 10.1109/bigdata.2017.8258324
|View full text |Cite
|
Sign up to set email alerts
|

SQL versus NoSQL databases for geospatial applications

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
15
0
1

Year Published

2018
2018
2023
2023

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 27 publications
(16 citation statements)
references
References 12 publications
0
15
0
1
Order By: Relevance
“…The flexibility allowed here could be useful when building a geoservice to fetch data or compute any other spatial operation, knowing that MongoDB performs better at simple operations (read, insert) or common spatial operations like line intersection and point containment [5]. These types of request can be served from MongoDB directly, while complex operations like spatial joins with filtering or geometry subdivisions can be addressed from the PostgreSQL side.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…The flexibility allowed here could be useful when building a geoservice to fetch data or compute any other spatial operation, knowing that MongoDB performs better at simple operations (read, insert) or common spatial operations like line intersection and point containment [5]. These types of request can be served from MongoDB directly, while complex operations like spatial joins with filtering or geometry subdivisions can be addressed from the PostgreSQL side.…”
Section: Discussionmentioning
confidence: 99%
“…On the other hand, relational databases are efficient when handling large amounts of data that have a fixed structure and guarantee ACID (atomicity, consistency, isolation, durability) properties in transactions [4]. Some of them also have better geospatial support than most NoSQL engines, providing more complex spatial operations and indexes; they are more easily compatible with other geospatial tools like Mapserver and QGIS [5].…”
Section: Introductionmentioning
confidence: 99%
“…The performance of NoSQL databases is evaluated and discussed by several researchers for spatial workloads [133,135]. Some of these performance analyses also involve comparisons with relational spatial databases [30,31,131,159]. Hadoop [16] is a highly scalable and distributed MapReduce [68] framework for processing big data.…”
Section: Spatial Nosql Databasesmentioning
confidence: 99%
“…Compared to relational databases, their capabilities are still much smaller. Additionally, our initial requirement was that project results will be used in a production system, so greater maturity and versatility at the database level were required which, according to Baralis, Dalla Valle, Garza, and Scullino (), NoSQL databases in general do not yet provide. Because there is no database solving all the problems, and in particular because, according to Khine and Wang (), graph databases work well only when it is necessary to manage very complex relationships, we decided to choose an approach referred to as “polyglot persistence,” that is, to use multiple data storage technologies to handle different application needs, to have the possibility of using a multi‐model data store architecture in the future.…”
Section: Related Workmentioning
confidence: 99%