vault backup: 2026-07-23 18:40:55

This commit is contained in:
Benjamin Neumann
2026-07-23 18:40:55 +02:00
parent 200b849598
commit acba31272b
7 changed files with 29 additions and 7 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

@@ -41,4 +41,26 @@ Commit speichert dauerhaft und ist resistent gegen Systemfehler
## Schedules und Serialisierbarkeit
**Schedule** ist globale Reihenfolge von Read, Write, Commit, Abort
**Serialisierbar** ist wenn eine Schedule äquivalent zu einer seriellen (hintereinanderausführung) ist.
Serialisierbarkeit fragt, ob ein möglicherweise verzahnter Schedule dieselbe Wirkung hat wie einer der seriellen Referenzabläufe.
![[Pasted image 20260723183028.png]]
## Konfliktserialisierbarkeit
Kritische Operationen heißen Konflikte
Operationen pi(x) und qj(y) stehen in Konflikt wenn:
1. i $\not =$ j
2. x = y
3. mindestens eine Operation schreibt
![[Pasted image 20260723183301.png]]
![[Pasted image 20260723183353.png]]
![[Pasted image 20260723183402.png]]
![[Pasted image 20260723183537.png]]
## Fehlersicherheit und