ON-THE-FLY READING OF ENTIRE DATABASES

Citation
P. Ammann et al., ON-THE-FLY READING OF ENTIRE DATABASES, IEEE transactions on knowledge and data engineering, 7(5), 1995, pp. 834-838
Citations number
12
Categorie Soggetti
Information Science & Library Science","Computer Sciences, Special Topics","Engineering, Eletrical & Electronic","Computer Science Artificial Intelligence
ISSN journal
10414347
Volume
7
Issue
5
Year of publication
1995
Pages
834 - 838
Database
ISI
SICI code
1041-4347(1995)7:5<834:OROED>2.0.ZU;2-#
Abstract
A common database need is to obtain a global-read, which Is a consiste nt read of an entire database. To avoid terminating normal system acti vity, and thus improve availability, we propose an on the-fly algorith m that reads database entities incrementally and allows normal transac tions to proceed concurrently. The algorithm assigns each entity a col or based on whether the entity has been globally read, and a shade bas ed on how normal transactions have accessed the entity. Serializabilit y of execution histories is ensured by requiring normal transactions t o pass both a color test and a shade test before being allowed to comm it. Our algorithm improves on a color only-based scheme from the liter ature; the color-only scheme does not guarantee serializability.