Example: Display our site Glossary, Sans Frames
Key Word Search
by term...
by definition...
 
for letter: "A"
Results

ABAN
 
Abandoned
 
Abandoned Calls
 
ABN
 
ACD
 
ACELP
 
ACID
 
ACORD
 
ACW
 
ADPCM
 
ADSL
 
Advanced Encryption Standard
 
AES
 
After Call Work
 
Agent
 
Agent Group
 
A-Law
 
American National Standards Institute
 
American Standard Code for Information Interchange
 
ANI
 
ANS
 
ANSI
 
Answered
 
Answered Calls
 
API
 
Application Program Interface
 
Application Programming Interface
 
Application Server
 
Application Service Provider
 
Application Software
 
ASA
 
ASCII
 
ASR
 
Asynchronous Transfer Mode
 
ATA
 
ATM
 
Atom
 
Atomic
 
Atomicity
 
Authentication
 
Auto-attendant
 
Automated Attendant
 
Automated Speech Recognition
 
Automatic Call Distributor
 
Automatic Number Identification
 
Average Speed of Answer
 
Average Talk Time
 
 

Term

Atomicity
   



Definition A component of ACID; Atomicity is a property of a unit of work (e.g., a transaction) such that the separate operations of the unit of work are either all performed, or none of them are performed. Simply put, atomicity means "all or nothing".

A transaction that exhibits atomicity is said to be atomic.

In other words, an atomic group of sub-tasks, --no matter how many individual tasks the group is composed of-- will be atomic if all the sub-tasks in the group are handled as a single group-task. The group-task is only completed when all the member tasks are successfully performed. If one or more of the member-tasks are not performed successfully, then the system will left in the same state it would be in if NONE of the member tasks had been performed.

Example: if entering a credit card sale is composed of three distinct steps (1. swipe, 2. key in PIN, 3. accept amount) then the transaction should be performed atomically. That way, if the swipe machine shuts off after the first step (swipe) is complete, the transaction will not be performed at all. Thus, there will be no partially completed transaction in the database tables to deal with.

   



Also Consistency     Isolation     Durability

Web-based glossary software: (c) Creativyst, 2001-2006