English

Optimised Storage for Datalog Reasoning

Databases 2023-12-20 v2 Artificial Intelligence

Abstract

Materialisation facilitates Datalog reasoning by precomputing all consequences of the facts and the rules so that queries can be directly answered over the materialised facts. However, storing all materialised facts may be infeasible in practice, especially when the rules are complex and the given set of facts is large. We observe that for certain combinations of rules, there exist data structures that compactly represent the reasoning result and can be efficiently queried when necessary. In this paper, we present a general framework that allows for the integration of such optimised storage schemes with standard materialisation algorithms. Moreover, we devise optimised storage schemes targeting at transitive rules and union rules, two types of (combination of) rules that commonly occur in practice. Our experimental evaluation shows that our approach significantly improves memory consumption, sometimes by orders of magnitude, while remaining competitive in terms of query answering time.

Keywords

Cite

@article{arxiv.2312.11297,
  title  = {Optimised Storage for Datalog Reasoning},
  author = {Xinyue Zhang and Pan Hu and Yavor Nenov and Ian Horrocks},
  journal= {arXiv preprint arXiv:2312.11297},
  year   = {2023}
}

Comments

19 pages

R2 v1 2026-06-28T13:54:45.833Z