distributed_computing:transactions

This is an old revision of the document!


Transactions

  • Atomicity: All ops happen, or none
  • Consistency: Data will be consistent, no constraints violated
  • Isolation: One transaction cannot read from another non-completed one. If t2 reads write from t1, needs to wait.
  • Durability: Changes have been recorded

“In presence of a network partition, one has to choose between consistency and availability”.

  • distributed_computing/transactions.1558127603.txt.gz
  • Last modified: 2019/05/17 23:13
  • by phreazer