When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. ACID - Wikipedia

    en.wikipedia.org/wiki/ACID

    These four properties are the major guarantees of the transaction paradigm, which has influenced many aspects of development in database systems. According to Gray and Reuter, the IBM Information Management System supported ACID transactions as early as 1973 (although the acronym was created later). [3]

  3. Isolation (database systems) - Wikipedia

    en.wikipedia.org/wiki/Isolation_(database_systems)

    Isolation is typically enforced at the database level. However, various client-side systems can also be used. It can be controlled in application frameworks or runtime containers such as J2EE Entity Beans [2] On older systems, it may be implemented systemically (by the application developers), for example through the use of temporary tables.

  4. Database transaction - Wikipedia

    en.wikipedia.org/wiki/Database_transaction

    A distributed transaction enforces the ACID properties over multiple nodes, and might include systems such as databases, storage managers, file systems, messaging systems, and other data managers. In a distributed transaction there is typically an entity coordinating all the process to ensure that all parts of the transaction are applied to all ...

  5. Durability (database systems) - Wikipedia

    en.wikipedia.org/wiki/Durability_(database_systems)

    In transaction-based systems, the mechanisms that assure durability are historically associated with the concept of reliability of systems, as proposed by Jim Gray in 1981. [1] This concept includes durability, but it also relies on aspects of the atomicity and consistency properties. [4]

  6. Atomicity (database systems) - Wikipedia

    en.wikipedia.org/wiki/Atomicity_(database_systems)

    Atomicity does not behave completely orthogonally with regard to the other ACID properties of transactions. For example, isolation relies on atomicity to roll back the enclosing transaction in the event of an isolation violation such as a deadlock; consistency also relies on atomicity to roll back the enclosing transaction in the event of a consistency violation by an illegal transaction.

  7. Database - Wikipedia

    en.wikipedia.org/wiki/Database

    Each transaction has well defined boundaries in terms of which program/code executions are included in that transaction (determined by the transaction's programmer via special transaction commands). The acronym ACID describes some ideal properties of a database transaction: atomicity, consistency, isolation, and durability.

  8. Transaction log - Wikipedia

    en.wikipedia.org/wiki/Transaction_log

    In the field of databases in computer science, a transaction log (also transaction journal, database log, binary log or audit trail) is a history of actions executed by a database management system used to guarantee ACID properties over crashes or hardware failures.

  9. Distributed transaction - Wikipedia

    en.wikipedia.org/wiki/Distributed_transaction

    Databases are common transactional resources and, often, transactions span a couple of such databases. In this case, a distributed transaction can be seen as a database transaction that must be synchronized (or provide ACID properties) among multiple participating databases which are distributed among different physical