Give an example of an incorrect schedule that might be produced by an asynchronous- update replication system.
What will be an ideal response?
Transaction T1 updates replicas x1 and x2 and replicas y1 and y2 asynchronously. T2 reads x1 after the T1’s update is made and y1 before T1’s update is made, thus seeing an inconsistent database.
Computer Science & Information Technology