mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[DMDB] Notes on concurrency control
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user