1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests_old/Search/_files/content.html
2008-02-08 17:27:54 +00:00

8 lines
645 B
HTML

Database transaction
From <b>Wikipedia<b>, the free encyclopedia
Jump to: navigation, search
A database transaction is a unit of interaction with a database management system or similar system that is treated in a coherent and reliable way independent of other transactions that must be either entirely completed or aborted. Ideally, a database system will guarantee the properties of Atomicity, Consistency, Isolation and Durability (ACID) for each transaction. In practice, these properties are often relaxed somewhat to provide better performance.
In some systems, transactions are also called <i>LUWs</i> for Logical Units of Work.