Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Technology
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/5a/72/1e/5a721e88-fcf9-3c6f-d863-28b34e91cf89/mza_5375784455888646163.jpg/600x600bb.jpg
MyDistributed.Systems
Mohammad Roohitavaf
6 episodes
5 days ago
Notes on distributed systems, databases, and backend development
Show more...
Technology
RSS
All content for MyDistributed.Systems is the property of Mohammad Roohitavaf and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Notes on distributed systems, databases, and backend development
Show more...
Technology
https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/29167335/29167335-1662221139796-8c7b0fbca4a96.jpg
Serializability [Audio Blog Post]
MyDistributed.Systems
18 minutes 17 seconds
3 years ago
Serializability [Audio Blog Post]

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

MyDistributed.Systems
Notes on distributed systems, databases, and backend development