Schema-Based Query Optimisation for Graph Databases

Chandan Sharma,Pierre Genevès,Nils Gesbert,Nabil Layaïda
2024-03-04
Abstract:Recursive graph queries are increasingly popular for extracting information from interconnected data found in various domains such as social networks, life sciences, and business analytics. Graph data often come with schema information that describe how nodes and edges are organized. We propose a type inference mechanism that enriches recursive graph queries with relevant structural information contained in a graph schema. We show that this schema information can be useful in order to improve the performance when evaluating acylic recursive graph queries. Furthermore, we prove that the proposed method is sound and complete, ensuring that the semantics of the query is preserved during the schema-enrichment process.
Databases
What problem does this paper attempt to address?