Skip to content

Commit

Permalink
IN0008_GDB: Add log entry structure questions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Apr 4, 2024
1 parent 17b2d58 commit 97fac98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions IN0008_GDB/fehlerbehandlung recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,26 @@ cards:
dann war schon das *After-Image* bezüglich der protokollierten
Änderungsoperation auf den Hintergrundspeicher propagiert worden.
- type: markdown
front: Wie ist ein Log-Eintrag aufgebaut?
back: |+
[LSN, Transaktions-ID, Seiten-ID, *Redo*-Information, *Undo*-Information, PrevLSN]
- type: markdown
front: Wie sieht ein *Begin-of-Transaction* (BOT) Log-Eintrag aus?
back: |+
[LSN, Transaktions-ID, **BOT**, 0]
- type: markdown
front: Wie sieht ein *commit* Log-Eintrag aus?
back: |+
[LSN, Transaktions-ID, **commit**, PrevLSN]
- type: markdown
front: Wie ist ein *Compensation Log Record* (CLR) aufgebaut?
back: |+
<LSN, Transaktions-ID, Seiten-ID, *Redo*-Information, *PrevLSN*, *UndoNxtLSN*>
- type: markdown
id: 15 # (generated)
front: In welche richtung wandern die Zeiger im Log ringpuffer?
Expand Down

0 comments on commit 97fac98

Please sign in to comment.