Jump to content

Blind write

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Theinstantmatrix (talk | contribs) at 11:48, 16 October 2018 (Reverted edits by 2405:205:1380:856:18C1:6941:B340:B50F (talk) to last version by 151.34.163.9). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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