Survey: Graph Databases
Miguel E. Coimbra, Lucie Svit\'akov\'a, Domagoj Vrgo\v{c}, Alexandre P. Francisco, Lu\'is Veiga

TL;DR
This survey reviews the foundational models, query languages, storage architectures, and recent technological advancements in graph databases, highlighting their applications, challenges, and future directions in managing complex interconnected data.
Contribution
It provides a comprehensive overview of graph database models, architectures, and recent innovations, serving as a valuable resource for understanding current trends and challenges.
Findings
Analyzes property models, query languages, and storage architectures.
Evaluates recent advancements in graph database technologies.
Identifies key challenges like data sparsity and scalability issues.
Abstract
Graph databases have become essential tools for managing complex and interconnected data, which is common in areas like social networks, bioinformatics, and recommendation systems. Unlike traditional relational databases, graph databases offer a more natural way to model and query intricate relationships, making them particularly effective for applications that demand flexibility and efficiency in handling interconnected data. Despite their increasing use, graph databases face notable challenges. One significant issue is the irregular nature of graph data, often marked by structural sparsity, such as in its adjacency matrix representation, which can lead to inefficiencies in data read and write operations. Other obstacles include the high computational demands of traversal-based queries, especially within large-scale networks, and complexities in managing transactions in distributed…
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
TopicsGraph Theory and Algorithms
