English

Detecting Data Type Inconsistencies in a Property Graph Database

Databases 2023-02-09 v1 Software Engineering

Abstract

Some property graph databases do not have a fixed schema, which can result in data type inconsistencies for properties on nodes and relationships, especially when importing data into a running database. Here we present a tool which can rapidly produce a detailed report on every property in the graph. When executed on a large knowledge graph, it allowed us to debug a complex ETL process and enforce 100% data type consistency.

Keywords

Cite

@article{arxiv.2302.04106,
  title  = {Detecting Data Type Inconsistencies in a Property Graph Database},
  author = {Joshua R. Porter and Michael N. Young and Aleks Y. M. Ontman},
  journal= {arXiv preprint arXiv:2302.04106},
  year   = {2023}
}

Comments

5 pages, 3 figures, general approach applied to production databases

R2 v1 2026-06-28T08:35:07.049Z