|
You are here |
architecturenotes.co | ||
| | | | |
www.ahmed-ibrahim.com
|
|
| | | | | 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
|
|
| | | | | 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: | |
| | | | |
stribny.name
|
|
| | | | | A list of things that we can do when we need to scale a SQL database. | |
| | | | |
newdevsguide.com
|
|
| | | Lets take a look at the various types of artificial intelligence out there: content generators, application AI, academic AI, and game AI. | ||