Blind write
Appearance
From Wikipedia, the free encyclopedia
Computing term
This article does not cite any sources . Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Blind write" – news · newspapers · books · scholar · JSTOR (December 2009) (Learn how and when to remove this message)
Find sources: "Blind write" – news · newspapers · books · scholar · JSTOR (December 2009) (Learn how and when to remove this message)
In computing, a blind write occurs when a transaction writes a value without reading it. Any view serializable schedule that is not conflict serializable must contain a blind write.
In particular, a write wi(X) is said to be blind if it is not the last action of resource X and the following action on X is a write wj(X).
References
[edit ]
Stub icon
This computer-programming-related article is a stub. You can help Wikipedia by expanding it.