Serialization Graph

Wooo, this is one of the super useful applications of Graph Theory.

Learned in CS348.

Serialization Graph

A serialization graph for a schedule is a directed graph with

  1. nodes , corresponding to the transactions of , and
  2. edges whenever an operation for transaction occurs prior to an operation for transaction in , where and are conflicting operations.

Ahh yess I get it, it is VERY easy