Explore >> Select a destination


You are here

www.adamconrad.dev
| | decomposition.al
12.5 parsecs away

Travel
| | by Natasha Mittal ? edited by Devashish Purandare and Lindsey Kuper
| | timilearning.com
10.1 parsecs away

Travel
| | Notes from Chapter 9 of Martin Kleppmann's 'Designing Data-Intensive Applications' book.
| | eli.thegreenplace.net
14.6 parsecs away

Travel
| |
| | sookocheff.com
61.6 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.