Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit aff2d21

Browse files
committed
Add ACID mindmap (GH-206)
1 parent ca84b1d commit aff2d21

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

mindmaps/rdbms-acid.mmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
ACID - Atomicity, Consistency, Isolation, Durability
3+
---
4+
5+
mindmap
6+
root((ACID))
7+
term)transactions(
8+
A(Atomicity)
9+
Individual operations
10+
::[All or nothing]
11+
C(Consistency)
12+
::{{valid state}}
13+
From valid state to another valid state
14+
I(Isolation)
15+
Isolation principle
16+
levels[Isolation levels]
17+
D(Durability)

src/refs.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,9 @@ @misc{medium:db-acid-cap
225225
date = {2017.1.12},
226226
url = {https://cinish.medium.com/database-acid-cap-isolation-levels-371b7e06a112}
227227
}
228+
229+
@misc{medium:db-acid-4,
230+
title = {Database : ACID transactions},
231+
author = {Pier-Jean Malandrino},
232+
url = {https://medium.com/scub-lab/database-acid-transactions-d2fcc99d8834},
233+
}

0 commit comments

Comments
 (0)