atomic operation

An operation that, from an external perspective, occurs either in its entirety or not at all.

For example, database management systems that implement the concept of business transactions treat each business transaction as an atomic operation on the database. This means that either all of the database updates that comprise a transaction are performed or none of them are performed; it is never the case that some of them are performed and others not. RAID arrays must implement atomic write operations to properly reproduce single-disk semantics from the perspective of their clients.

Context Categories:

General

Back to Dictionary

Subscribe to atomic operation