atomicitat
Atomicitat, or atomicity, is the quality of being atomic: indivisible and irreducible from the standpoint of a system. In computing, an operation or a sequence of operations is atomic if it appears to the rest of the system as a single, indivisible step: either it completes entirely or has no effect at all. This property helps prevent partially applied updates and inconsistent states in concurrent environments.
In database theory, atomicity is one of the ACID properties that govern reliable transactions. A transaction
In programming and hardware, atomic operations are those that cannot be interrupted. Languages and libraries provide
Across distributed systems, achieving global atomicity is challenging; practical approaches include two-phase commit, distributed transactions, or
Etymology: the term derives from Latin atomus, meaning indivisible; in many languages it is rendered as atomicitat