Explore >> Select a destination


You are here

jepsen.io
| | sookocheff.com
12.2 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.
| | blog.acolyer.org
11.9 parsecs away

Travel
| | [AI summary] The post discusses a new tool called Elle, which efficiently infers and detects isolation anomalies in database systems by analyzing execution histories and reconstructing dependency graphs.
| | timilearning.com
6.7 parsecs away

Travel
| | A brief description of Serial Consistency, External Consistency and Linearizability in distributed database systems.
| | blog.omega-prime.co.uk
37.7 parsecs away

Travel
| Something I recently became interested in is map data structures for external memory - i.e. ways of storing indexed data that are optimized for storage on disk.