What is ACID property?

Answer Posted / vinay mishra (ucc_uor)

The ACID model is one of the oldest and most important
concepts of database theory.

Atomicity states that database modifications must follow an
“all or nothing” rule. Each transaction is said to be
“atomic.” If one part of the transaction fails, the entire
transaction fails. It is critical that the database
management system maintain the atomic nature of transactions
in spite of any DBMS, operating system or hardware failure.

Consistency states that only valid data will be written to
the database. If, for some reason, a transaction is executed
that violates the database’s consistency rules, the entire
transaction will be rolled back and the database will be
restored to a state consistent with those rules. On the
other hand, if a transaction successfully executes, it will
take the database from one state that is consistent with the
rules to another state that is also consistent with the rules.

Isolation requires that multiple transactions occurring at
the same time not impact each other’s execution. For
example, if Joe issues a transaction against a database at
the same time that Mary issues a different transaction, both
transactions should operate on the database in an isolated
manner. The database should either perform Joe’s entire
transaction before executing Mary’s or vice-versa. This
prevents Joe’s transaction from reading intermediate data
produced as a side effect of part of Mary’s transaction that
will not eventually be committed to the database. Note that
the isolation property does not ensure which transaction
will execute first, merely that they will not interfere with
each other.

Durability ensures that any transaction committed to the
database will not be lost. Durability is ensured through the
use of database backups and transaction logs that facilitate
the restoration of committed transactions in spite of any
subsequent software or hardware failures.

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the product of hcl zn?

603


What is the structure of a dna molecule?

592


What is the concentration, in parts per billion, of a solution that contains 1 microgram of solute per liter?

549


what is meant by transparency of location servers?

2312


What are the two most common end-products of alcoholic fermentation?

530






Are the chemical properties of lithium a metal metalloid or a nonmetal?

519


The risks while testing client - server application?

595


Explain what is upsizing, down-sizing?

607


What are the isomers of heptane?

606


How clients handle the DNS – requests to the failed servers?

554


The reaction of an acid with an alcohol to form an ester and water is called?

505


What are the functions of the typical server program?

2272


What is message oriented middleware (mom) in client server environment?

583


How do you prepare a solution of 1 m hcl?

592


Why are elements arranged as they are in the periodic table?

589