Incremental Consistent Updating of Incomplete Databases
Jacques Chabin (Pamda, LIFO), Mirian Halfeld Ferrari (LIFO, Pamda),, Nicolas Hiot (Pamda, LIFO), Dominique Laurent (ETIS - UMR 8051, ENSEA)

TL;DR
This paper enhances database consistency maintenance by introducing incremental updates and supporting disk-based data, with implementations in graph and relational models, improving efficiency for incomplete and dynamic databases.
Contribution
It presents new algorithms for incremental consistency updates and extends the approach to disk-based databases, broadening practical usability.
Findings
Computation times are comparable to previous methods overall.
Incremental updates improve efficiency over full re-computation.
Discrepancies in some steps suggest areas for further optimization.
Abstract
Efficient consistency maintenance of incomplete and dynamic real-life databases is a quality label for further data analysis. In prior work, we tackled the generic problem of database updating in the presence of tuple generating constraints from a theoretical viewpoint. The current paper considers the usability of our approach by (a) introducing incremental update routines (instead of the previous from-scratch versions) and (b) removing the restriction that limits the contents of the database to fit in the main memory. In doing so, this paper offers new algorithms, proposes queries and data models inviting discussions on the representation of incompleteness on databases. We also propose implementations under a graph database model and the traditional relational database model. Our experiments show that computation times are similar globally but point to discrepancies in some steps.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Advanced Database Systems and Queries · Data Management and Algorithms
