Skip to search formSkip to main contentSkip to account menu

Write–read conflict

Known as: Dirty Read, Reading uncommitted data, Write-Read conflict 
In computer science, in the field of databases, write–read conflict, also known as reading uncommitted data, is a computational anomaly associated… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
事务隔离要解决以下几类问题: 读: dirty read, read skew 写: dirty write, lost update, write skew dirty read (脏读) 在一个 tx 中,读到其他 tx 还没有 commit… 
2008
2008
Definition A transaction is a logical unit of work that includes one or more database access operations such as insertion… 
1996
1996
For twenty years, the transaction has been acknowledged as the central abstraction in preventing concurrent applications from…