Algorithms for Recovery and Isolation Exploiting Semantics: Difference between revisions

Content deleted Content added
Line 26:
== Recovery ==
 
TheThe2 recovery works in three phases. The first phase, Analysis, computes all the necessary information from the logfile. The Redo phase restores the database to the exact state at the crash, including all the changes of uncommited transactions that were running at that point in time. The Undo phase then undoes all uncommited changes, leaving the database in a consistent state.
 
=== Analysis ===