/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pavan-kalyan.dev
| | siddharthsabron.in
1.8 parsecs away

Travel
| | A comprehensive guide to ACID transaction isolation levels. Understand how modern database systems handle concurrent transactions without data interference.
| | sookocheff.com
2.3 parsecs away

Travel
| | Title and Author of Paper Generalized Isolation Level Definitions, Adya et al. Summary The ANSI SQL standard defines isolation levels allowing database users to trade off between performance and consistency when running transactions. Unfortunately, the wording in the SQL standard is geared towards locking as the sole supported concurrency method. This paper presents alternative definitions to the isolation levels specified in the ANSI SQL standard that are general enough to allow for any concurrency method (multi-version, optimistic, etc.) to be used.
| | martin.kleppmann.com
2.1 parsecs away

Travel
| | [AI summary] The author explains the confusion surrounding database transaction isolation levels, analyzes inconsistencies across major databases, and introduces Hermitage, a new test suite designed to rigorously compare these guarantees.
| | muratbuffalo.blogspot.com
31.9 parsecs away

Travel
| This paper is by Marc Brooker, Tao Chen, and Fan Ping from Amazon Web Services. The paper appeared at USENIX NSDI 2020 at the end of Februa...