write-read dependency

write-read dependency

🔧 Distributed Systems Reliability

a relationship where operation A writes a version that operation B subsequently reads

A write-read dependency meant the read was only valid after the write had committed.