
read-write dependency
a relationship where operation A reads a version and operation B writes the next version of the same object
read-write dependency in a sentence
“A read-write dependency chained the cache read to the subsequent database update.”
Related Words
session dependency
a relationship between operations within a session performed in total order
version
a specific state an object assumes at a point in time during execution
version order
an ordering over object versions encoding the sequence each object progressed through
write-read dependency
a relationship where operation A writes a version that operation B subsequently reads
write-write dependency
a relationship where operation A writes a version that operation B overwrites
consistency model
a set of allowed histories constraining which operations are permissible and their ordering