|< < 49 > >|

Checkpointing

Modified recovery

Encounter start_checkpoint

Crash occurred during the checkpoint (between start_checkpoint and end_checkpoint).

  • Active transactions are T1..Tk, and any that began after the start_checkpoint.

  • These can require undo records before the start_checkpoint.

  • Easiest to locate these if they are connected in a per-transaction linked list.

|< < 49 > >|