Maintaining consistency in a network partitioned distributed database system

A number of sites are interconnected in a distributed database system (DDBS) to provide a convenient access to data via some kind of communication network. In a distributed system it is highly desirable to keep the system functioning even in the situation of one or more node failure or in network pa...

Full description

Saved in:
Bibliographic Details
Main Author: Puri, Mahesh Kumar
Format: text
Language:English
Published: Animo Repository 1991
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/etd_masteral/1321
https://animorepository.dlsu.edu.ph/cgi/viewcontent.cgi?article=8159&context=etd_masteral
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Language: English
Description
Summary:A number of sites are interconnected in a distributed database system (DDBS) to provide a convenient access to data via some kind of communication network. In a distributed system it is highly desirable to keep the system functioning even in the situation of one or more node failure or in network partitioning. Supporting some redundant copies of files and maintaining consistency in those copies in such a situation is one of the serious problem of DDB system. Network partition in a distributed database system may lead to inconsistency among redundant copies of database files residing in two or more partitions, accessed separately. Detecting network partition and merge, detecting inconsistency, and mechanisms for recovering from these inconsistencies are discussed in this study. Network information is maintained to detect the network partition and merge. Flags are used in the log of transaction to record the updates made in each sites. Those flags from each log (associated with each file) are checked to detect the mutual inconsistency of the data tuples in the database files, and the log information are used to recover the unupdated tuples of newly merged sites. All these mechanisms are kept transparent to the user.