Blind Write
   HOME

TheInfoList



OR:

In
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
, a blind write, also known as a write-only transaction, occurs when a transaction writes a value without reading it. 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). Blind writes can cause anomalies if multiple different blind write transactions are executed at the same time. Any view serializable schedule that is not conflict serializable must contain a blind write.


References

Transaction processing {{Compu-prog-stub