|< < 44 > >|

Serializability

What determines serial execution order?

If we have a database with only readers, then:

  • Any interleaving of reads is correct, because the data never changes.

  • Any interleaving is indistinguishable from any other.

  • Don't need transactions at all.

|< < 44 > >|