mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[DMDB] Fix error on CS history
This commit is contained in:
Binary file not shown.
@@ -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.
|
\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.
|
\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:
|
The seerializabililty graph is constructed from the history graph as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user