Testing Graph Database Systems via Equivalent Query Rewriting
Qiuyang Mang, Aoyang Fang, Boxi Yu, H Chen, Pinjia He
Abstract
Graph Database Management Systems (GDBMS), which utilize graph models for data storage and execute queries via graph traversals, have seen ubiquitous usage in real-world scenarios such as recommendation systems, knowledge graphs, and social networks. Much like Relational Database Management Systems (RDBMS), GDBMS are not immune to bugs. These bugs typically manifest as logic errors that yield incorrect results (e.g., omitting a node that should be included), performance bugs (e.g., long execution time caused by redundant graph scanning), and exception issues (e.g., unexpected or missing exceptions).
Topics & Concepts
Computer scienceGraph databaseRelational database management systemGraphGraph rewritingRewritingRelational databaseTheoretical computer scienceDatabaseProgramming languageDistributed systems and fault toleranceGraph Theory and AlgorithmsAdvanced Database Systems and Queries