Serialization Graph

– https://www.sciencedirect.com/topics/computer-science/serialization-graph

* Concurrency Control Algorithms

WEIKUM, Gerhard and VOSSEN, Gottfried, 2002. Transactional information systems: theory, algorithms, and the practice of concurrency control and recovery. . San Francisco: Morgan Kaufmann. ISBN 978-1-55860-508-4. QA76.545 .W45 2002

First, *elementary operations* on data objects are defined – that is, operations that can be assumed to be indivisible so that each individual operation by itself appears atomic and isolated from other operations. (Note that we are not yet considering the embedding of such operations in the context of a transaction.) This first step leaves some leeway in the definition of what a data object is and what kind of elementary operations we consider, and this will later lead to the distinction between the Page Model and the object model.