[DMDB] Notes on concurrency control

This commit is contained in:
2026-07-26 12:49:35 +02:00
parent 9ea73f2496
commit a331b8987f
9 changed files with 27 additions and 7 deletions
@@ -8,6 +8,8 @@
\item \bi{Durability}: The DB needs to remember the state it is in at all moments, even when failures occur
\end{itemize}
% TODO: Conflict Serializable histories
\inlinedefinition[Database state] is the actual values stored in a database at a given point in time (in memory and storage).
\inlinedefinition[Consistent state] is a database state that is the result of \textit{correctly} applying \textit{operations} to the DB.