MyDistributed.Systems

Serializability [Audio Blog Post]


Listen Later

This is the audio version of a blog post, published on www.mydistributed.systems, by Mohammad Roohitavaf.

Serializability is the strongest isolation level that a transactional system can offer. This level of isolation removes all possible anomalies due to concurrently running transactions. It provides a powerful abstraction for application developers. The letter "I" in ACID, stands for isolation, and when people talk about ACID transactions, they most likely mean serializable transactions. However, note that many systems that claim to provide ACID transactions, in reality, provide weaker isolation levels. In this post, we want to review serializability and see how a database system can provide serializability for single-node and distributed transactions.

Blog Post: https://www.mydistributed.systems/2020/08/distributed-transactions-serializability.html

...more
View all episodesView all episodes
Download on the App Store

MyDistributed.SystemsBy Mohammad Roohitavaf