Blind write

From Wikipedia, the free encyclopedia
Revision as of 04:54, 26 June 2025 by imported>Citation bot (Alter: title, template type. Add: bibcode, isbn, chapter-url, chapter, authors 1-1. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Headbomb | #UCB_toolbar)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description In computing, a blind write, also known as a write-only transaction, occurs when a transaction writes a value without reading it.[1] 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).Script error: No such module "Unsubst".

Blind writes can cause anomalies if multiple different blind write transactions are executed at the same time.[2]

Any view serializable schedule that is not conflict serializable must contain a blind write.[3]

References

Template:Reflist


Template:Asbox

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "Citation/CS1".
  3. Script error: No such module "citation/CS1".