In Spanish Days of the week are not capitalized. In Spanish Days of the week are not capitalized. Read Details
Suppose a system crashes during the undo phrase. All the act… Suppose a system crashes during the undo phrase. All the actions, including the undo actions, will be redone and undone if the transaction is not committed yet. Read Details
If 2PL is enforced, a transaction is not allowed to downgra… If 2PL is enforced, a transaction is not allowed to downgrade a lock during the growing phase. Read Details
During the redo phase, all the actions will be redone if the… During the redo phase, all the actions will be redone if they update a page that is in the Dirty Page Table Read Details
At the end of the analysis phase, the dirty page table only… At the end of the analysis phase, the dirty page table only contains the entries of the pages updated by the transactions that were still active when crash happened. Read Details
If wound-wait policy is used, it is impossible that a deadl… If wound-wait policy is used, it is impossible that a deadlock could occur. Read Details