Efficient RDF Graph Storage based on Reinforcement Learning
Lei Zheng, Ziming Shen, Hongzhi Wang

TL;DR
This paper introduces a reinforcement learning approach to optimize RDF graph storage in relational databases, improving storage efficiency and query performance for large-scale knowledge graphs.
Contribution
It presents a novel RL-based method for RDF graph storage partitioning, transforming storage design into a Markov decision process and developing a specialized RL algorithm.
Findings
Outperforms existing RDF storage methods in experiments
Effective data feature extraction enhances RL model training
Improves storage efficiency and query performance
Abstract
Knowledge graph is an important cornerstone of artificial intelligence. The construction and release of large-scale knowledge graphs in various fields pose new challenges to knowledge graph data management. Due to the maturity and stability, relational database is also suitable for RDF data storage. However, the complex structure of RDF graph brings challenges to storage structure design for RDF graph in the relational database. To address the difficult problem, this paper adopts reinforcement learning (RL) to optimize the storage partition method of RDF graph based on the relational database. We transform the graph storage into a Markov decision process, and develop the reinforcement learning algorithm for graph storage design. For effective RL-based storage design, we propose the data feature extraction method of RDF tables and the query rewriting priority policy during model…
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 · Advanced Graph Neural Networks · Cloud Computing and Resource Management
