Segue
Segue
Today
iOS
Distributed Systems Reliability·Technology & Systems
read atomic

read atomic

🔧 Distributed Systems Reliability

ensures atomic visibility of transaction updates; either all or none of a transaction's writes are observed

read atomic in a sentence

“Read atomic prevents seeing a funds debit without the corresponding credit.”

Related Words

read committed

a consistency level that prohibits dirty writes, aborted reads, intermediate reads, and cyclic information flow

read uncommitted

one of the weakest consistency models; prohibits only dirty writes but permits dirty reads and other phenomena

read your writes

if a process writes a value, its subsequent reads must observe the effects of that write

repeatable read

strengthens read committed by additionally prohibiting single-object anti-dependency cycles

serializability

all transactions appear to execute in some total serial order, prohibiting dirty writes, dirty reads, and anti-dependency cycles

sequential consistency

operations appear in a total order consistent with each process's order but not necessarily real-time order

SegueMaster the art of eloquence
iOS AppWord of the DayBlogContactPrivacyTerms