diff --git a/semester4/dmdb/data-modelling-databases-summary.pdf b/semester4/dmdb/data-modelling-databases-summary.pdf index a0e614a..f89a460 100644 Binary files a/semester4/dmdb/data-modelling-databases-summary.pdf and b/semester4/dmdb/data-modelling-databases-summary.pdf differ diff --git a/semester4/dmdb/parts/05_concurrency-control-recovery/03_concurrency-control.tex b/semester4/dmdb/parts/05_concurrency-control-recovery/03_concurrency-control.tex index 51a418b..aa9aa33 100644 --- a/semester4/dmdb/parts/05_concurrency-control-recovery/03_concurrency-control.tex +++ b/semester4/dmdb/parts/05_concurrency-control-recovery/03_concurrency-control.tex @@ -16,7 +16,7 @@ and leaves the DB in a consistent state. \inlinedefinition[(Conflict) Serializable History] A history is serializable if and only it is equivalent to a serial history. -A very simple way to check this is that a history is not CS if there are conflicting operations. +A history is guaranteed to \textit{not} be CS if there are conflicting operations as defined on the previous page. \inlinetheorem[Serializability] A history is serializable if and only if its serializability graph is acyclic. The seerializabililty graph is constructed from the history graph as follows: