What does atomicity mean?
Atomicity is a noun describing the state of being indivisible or composed of atoms, and its most prominent modern use lies in computing. In database theory and distributed systems, atomicity is one of the ACID guarantees: it ensures that a group of operations behaves as a single, all-or-nothing unit, so that a failed transaction leaves no partial changes behind. The word also survives in chemistry, where it refers to the number of atoms constituting an element's molecule — hydrogen has an atomicity of two, for instance, since it exists as H₂. Derived ultimately from the Greek atomos, meaning 'uncuttable', the term carries connotations of wholeness, reliability, and irreducibility. It appears almost exclusively in formal and technical writing, making it valuable vocabulary for readers of scientific, engineering, and computing literature.
nounThe quality or state of being composed of atoms, or of being indivisible into smaller units. In computing and chemistry, it denotes the principle that an operation or substance is treated as a single, unbreakable whole.
- The property of an operation or transaction in computing whereby it executes completely or not at all, with no intermediate states observable.
- In chemistry, the number of atoms in the molecules of an element, as in monatomic, diatomic, or triatomic substances.
- The general state or quality of consisting of atoms.
"Database transactions rely on atomicity to ensure that either every operation succeeds or none of them take effect."
"If the power fails mid-transfer, atomicity ensures the money is neither lost nor duplicated."
"Oxygen's diatomic nature — its atomicity of two — distinguishes O₂ molecules from ozone's three-atom structure."
Rarely pluralized; the plural appears mainly when contrasting the atomicities of different chemical elements or different systems' guarantees.
"Chemists compare the atomicities of common gases such as oxygen and nitrogen."
In computer science, 'atomicity' borrows from the Greek idea that atoms are uncuttable — so an 'atomic' transaction is one that cannot be split even by a system crash.
Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.
Etymology of atomicity
Atomicity derives from the Greek atomos, meaning 'uncuttable' or 'indivisible', which passed into Latin and then English as 'atom'. The adjective 'atomic' formed first, and the noun atomicity was created from it using the '-ity' suffix denoting a state or quality. Its cognates include other atom-derived terms such as atomize and subatomic.
Related word forms
How atomicity is actually used
Formal and technical in register; most common in database systems, distributed computing, and chemistry texts. Rarely used in everyday conversation.
Easily confused with atomicity
Atomic is the adjective describing something made of atoms or indivisible, while atomicity is the noun naming the property itself.