ACID

ACID definition - computer

(Atomic, Consistent, Isolated, Durable) The properties of a transaction in a well-designed database management system (DBMS). The transaction must be ATOMIC (all updating tasks must be completed or nothing is done), CONSISTENT (it cannot leave the database in a state that violates any integrity rules), ISOLATED (remain invisible to other operations until completed) and DURABLE (will complete or be reversed if the system fails in the interim).



Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.

Comments
Improve this definition.
Do you have more to add? Share your linguistic knowledge or observation.
/Register to save your comments.