Database transaction schedule: Difference between revisions

Content deleted Content added
m Guy Harris moved page Database transaction scheduling to Database transaction schedule: The article seems to mostly speak of the noun "schedule" than the verb "scheduling", and a lot of links to it are for "schedule" or "transaction schedule".
Types of schedule: explained the purpose of undoing all the actions
Line 66:
 
==Types of schedule==
A '''complete schedule''' is one that contains either an abort (a.k.a. '''[[Rollback (data management)|rollback]])''' or commit action for each of its transactions. A transaction's last action is either to commit or abort. IfTo maintain [[Atomicity (database systems)|atomicity]], a transaction ismust abortedundo all its actions mustif beit undoneis aborted.
 
===Serial===