Race Conditions/Concurrency Defects in Databases: A Catalogue
July 03, 2020 • programmingI came across defects caused by race conditions that might occur when we work with databases, while reading Designing Data-Intensive Applications (DDIA), by Martin Kleppmann. It turns out that if we aren’t careful, concurrent transactions can cause a lot of headaches, to say the…