vault backup: 2024-02-15 11:46:55
This commit is contained in:
@@ -53,8 +53,7 @@ Since the operation is functionally the same as a serial schedule, we can consid
|
|||||||
5. The precedence graph is serialisable since it is acyclic. No directed cycles.
|
5. The precedence graph is serialisable since it is acyclic. No directed cycles.
|
||||||
6. T1.1 -> T2.2, T1.2 -> T2.1, T1.2 -> T2.2, T1.2 -> T3.1, T2.2 -> T3.1
|
6. T1.1 -> T2.2, T1.2 -> T2.1, T1.2 -> T2.2, T1.2 -> T3.1, T2.2 -> T3.1
|
||||||
- 
|
- 
|
||||||
The graph is serialisable since there are no directed cycles.
|
- The graph is serialisable since there are no directed cycles.
|
||||||
|
|
||||||
1. T2.1 -> T1.1, T1.1 -> T2.2, T2.2 -> T1.2
|
1. T2.1 -> T1.1, T1.1 -> T2.2, T2.2 -> T1.2
|
||||||
- 
|
- 
|
||||||
The graph is not serialisable since there is a directed cycle
|
The graph is not serialisable since there is a directed cycle
|
||||||
|
Reference in New Issue
Block a user