Serializability

  • Serializability is an isolation property of transactions:
    • every transaction appears to run as a single atomic unit, and those transactions behave the same as if they had executed one by one in some sequential order

cf. Linearizability