mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[DMDB] Improved concurrency control section
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user