/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

surfingcomplexity.blog
| | sookocheff.com
1.5 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.
| | pavan-kalyan.dev
2.0 parsecs away

Travel
| |
| | blog.acolyer.org
1.6 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.
| | www.vinta.com.br
15.1 parsecs away

Travel
| We are in the era of Software as a Service and microservices. From the techinical point of view this means we are writting more web APIs than we use to. This also means we need to build clients to free our souls from dealing with bare HTTP. This doesn't mean we should separate this much from HTTP