Consistency and Isolation for Python Programmers
A deep dive into database consistency and isolation levels for Python developers, with links to foundational papers and resources.
A. Jesse Jiryu Davis is a Senior Staff Research Engineer at MongoDB specializing in distributed systems, Python concurrency, and serverless architecture. He contributes to MongoDB drivers, async frameworks, and writes on software design and open source projects.
43 articles from this blog
A deep dive into database consistency and isolation levels for Python developers, with links to foundational papers and resources.
Argues that using executable languages like Python is superior to pseudocode for specifying algorithms, as it avoids ambiguity and bugs.
A review of the 1994 paper 'Distributed Reset' by Arora and Gouda, explaining a protocol for resetting all nodes in a distributed system to a common state.