vault backup: 2024-02-13 13:20:22

This commit is contained in:
2024-02-13 13:20:22 +00:00
parent 1e824525b0
commit 8e5a12494b
7 changed files with 26 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
# Conflict Serialisability
If a concurrent schedule organises conflicting operations in the same way as a serial schedule, the results are the same.
This is called conflict serialisability, which can be tested using precedence graphs.
## Directed Graph
- ![](Pasted%20image%2020240213131718.png)
- ![](Pasted%20image%2020240213131802.png)
- ![](Pasted%20image%2020240213131815.png)
# Precedence Graph