Higher-Order Graph Databases

📅 2025-06-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing graph databases support only first-order (single-hop) relationships, limiting their applicability to subgraph counting, multivariate modeling, and higher-order graph learning. To address this, we propose Higher-Order Graph Databases (HO-GDBs), introducing the novel “lift-and-project” paradigm that generalizes traditional graphs to hypergraphs, node tuples, and subgraphs—unifying support for both OLTP and OLAP workloads. HO-GDBs guarantee ACID compliance or eventual consistency, ensuring correctness, scalability, and low latency under high concurrency. Its lightweight, modular, and parallelized architecture delivers a unified native API for higher-order structures. Experimental evaluation demonstrates that our prototype significantly outperforms baselines on higher-order analytical workloads: graph neural network accuracy improves by 44%, while subgraph enumeration and higher-order graph learning capabilities are substantially enhanced.

Technology Category

Application Category

📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

Support higher-order interactions beyond first-order relations
Extend traditional graph databases with higher-order capabilities
Ensure scalability and ACID compliance for HO-GDBs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Introducing HO-GDBs with lifting and lowering paradigms
Lightweight, modular, parallelizable HO-GDB prototype
Unified API for hypergraphs, node-tuples, subgraphs
🔎 Similar Papers
No similar papers found.