Explore >> Select a destination


You are here

fauna.com
| | christophermeiklejohn.com
4.6 parsecs away

Travel
| | [AI summary] The article challenges the traditional centralized database model, arguing that eventual consistency better reflects the physical world and proposing a new computational model where all participants are primary sources of truth.
| | johnjr.dev
3.4 parsecs away

Travel
| | When we study transactions in relational databases, one of the first things we learn are the guarantees that a transaction must provide. ACID(Atomicity, Consistency, Isolation, Durability) are the properties that we desire. Here, I will discuss the Isolation level in more detail and show that atomicity alone is not enough when handling concurrency. One classic example of the importance of atomicity is moving money between accounts. So, imagine that we have two accounts and we would like to transfer the total amount from one account to another one. In a relational database, what we need to do is three steps:
| | hoverbear.org
5.3 parsecs away

Travel
| | Learning about Jepsen and doing a survey of published analyses.
| | www.ahmed-ibrahim.com
29.6 parsecs away

Travel
| What is the Database transaction? A transaction is a single logical unit of work which accesses and possibly modifies the contents of a...