11 lines
403 B
Markdown
11 lines
403 B
Markdown
# 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
|
|
- 
|
|
- 
|
|
- 
|
|
# Precedence Graph
|
|
|