DBIRLGSIJun 24, 2025

Higher-Order Graph Databases

arXiv:2506.19661v1h-index: 31Has Code
Originality Highly original
AI Analysis

This addresses a bottleneck for users needing higher-order analytics in graph databases, representing a novel system design rather than an incremental improvement.

The paper tackles the limitation of current graph databases that only support first-order relations by introducing higher-order graph databases (HO-GDBs) that handle higher-order interactions like hypergraphs and node-tuples, resulting in a prototype that scales to large workloads and improves graph neural network accuracy by 44%.

Recent advances in graph databases (GDBs) have been driving interest in large-scale analytics, yet current systems fail to support higher-order (HO) interactions beyond first-order (one-hop) relations, which are crucial for tasks such as subgraph counting, polyadic modeling, and HO graph learning. We address this by introducing a new class of systems, higher-order graph databases (HO-GDBs) that use lifting and lowering paradigms to seamlessly extend traditional GDBs with HO. We provide a theoretical analysis of OLTP and OLAP queries, ensuring correctness, scalability, and ACID compliance. We implement a lightweight, modular, and parallelizable HO-GDB prototype that offers native support for hypergraphs, node-tuples, subgraphs, and other HO structures under a unified API. The prototype scales to large HO OLTP & OLAP workloads and shows how HO improves analytical tasks, for example enhancing accuracy of graph neural networks within a GDB by 44%. Our work ensures low latency and high query throughput, and generalizes both ACID-compliant and eventually consistent systems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes