[DMDB] Improved concurrency control section

This commit is contained in:
2026-08-16 15:06:07 +02:00
parent 1dd74d63a5
commit 6fbb1910a8
5 changed files with 20 additions and 7 deletions
@@ -32,7 +32,7 @@ Databases typically log transactions by keeping before and after images of their
\subsubsection{Recovery on histories}
\label{sec:recovery-of-histories}
\begin{examdetails}
They like to ask about these, so be sure to understand this properly. Same goes for Conflict Serializability for histories (see \ref{sec:tm-history})
They like to ask about these, so be sure to understand this properly. Same goes for Conflict Serializability for histories (see \ref{sec:concurrency-control})
\end{examdetails}
A transaction $T_1$ reads from another transaction $T_2$ if $T_1$ reads a value written by $T_2$ at a time when $T_2$ was not aborted.