Graph Neural Networks for Databases: A Survey

Abstract

Graph neural networks (GNNs) are powerful deep learning models for graph-structured data, demonstrating remarkable success across diverse domains. Recently, the database (DB) community has increasingly recognized the potentiality of GNNs, prompting a surge of researches focusing on improving database systems through GNN-based approaches. However, despite notable advances, There is a lack of a comprehensive review and understanding of how GNNs could improve DB systems. Therefore, this survey aims to bridge this gap by providing a structured and in-depth overview of GNNs for DB systems. Specifically, we propose a new taxonomy that classifies existing methods into two key categories: (1) Relational Databases, which includes tasks like performance prediction, query optimization, and Text-to-SQL, and (2) Graph Databases, addressing challenges like efficient graph query processing and graph similarity computation. We systematically review key methods in each category, highlighting their contributions and practical implications. Finally, we suggest promising avenues for integrating GNNs into Database systems.

Cite

Text

Li et al. "Graph Neural Networks for Databases: A Survey." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1172

Markdown

[Li et al. "Graph Neural Networks for Databases: A Survey." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/li2025ijcai-graph-a/) doi:10.24963/IJCAI.2025/1172

BibTeX

@inproceedings{li2025ijcai-graph-a,
  title     = {{Graph Neural Networks for Databases: A Survey}},
  author    = {Li, Ziming and Li, Youhuan and Luo, Yuyu and Li, Guoliang and Zhang, Chuxu},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {10555-10563},
  doi       = {10.24963/IJCAI.2025/1172},
  url       = {https://mlanthology.org/ijcai/2025/li2025ijcai-graph-a/}
}