Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the intricacies of database consistency and isolation levels in this informative PyCon US talk. Delve into the subtleties of SQL database isolation levels, from "read committed" to "serializable," and understand the range of consistency options offered by distributed databases like MongoDB. Learn to differentiate between isolation and consistency concepts, crucial for preventing data loss and ensuring system integrity. Examine Python code simulations that demonstrate how databases execute operations in parallel, leading to various anomalies. Discover the tradeoffs between allowed anomalies and achievable parallelism in different isolation levels. Investigate the challenges of maintaining data consistency across distributed systems and the resulting time-warp-like phenomena. Gain insights into the balance between anomalies and latency in various consistency levels. Access a handy reference chart for consistency and isolation levels, and receive recommendations for key academic papers on the subject. Equip yourself with the knowledge to make informed decisions about consistency and isolation, enabling confident and effective database usage in your Python projects.
Syllabus
Talks - A. Jesse Jiryu Davis: Consistency and isolation for Python programmers
Taught by
PyCon US