In
computing
Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes, and development of both hardware and software. Computing has scientific, ...
, a blind write occurs when a
transaction
Transaction or transactional may refer to:
Commerce
*Financial transaction, an agreement, communication, or movement carried out between a buyer and a seller to exchange an asset for payment
*Debits and credits in a Double-entry bookkeeping syst ...
writes a value without reading it. Any
view serializable schedule that is not
conflict serializable must contain a blind write.
In particular, a write w
i(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 w
j(X).
Transaction processing
{{Compu-prog-stub