/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

architecturenotes.co
| | www.ahmed-ibrahim.com
2.3 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...
| | johnjr.dev
1.6 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:
| | planetscale.com
2.1 parsecs away

Travel
| | B-trees are used by many modern DBMSs. Learn how they work, how databases use them, and how your choice of primary key can affect index performance.
| | blog.dancrisan.com
18.2 parsecs away

Travel
| Let's start with some new vocabulary and acronyms: DBMS : Database Management System Data model : concepts describing a collection of data (example: relational data model, object-oriented data model). Schema : characteristics and properties of... | Dan Crisan | Techie, Blogger, Diversity Advocate and A Little Bit More . This is my technical blog (: