Blind write

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).


This article is issued from Wikipedia - version of the 3/1/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.