When.com Web Search

Search results

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

    en.wikipedia.org/wiki/Database_transaction

    A database transaction symbolizes a unit of work, performed within a database management system (or similar system) against a database, that is treated in a coherent and reliable way independent of other transactions. A transaction generally represents any change in a database. Transactions in a database environment have two main purposes:

  3. Database transaction schedule - Wikipedia

    en.wikipedia.org/wiki/Database_transaction_schedule

    In both cases, the database is left in a consistent state. Schedule J is unrecoverable because T2 committed before T1 despite previously reading the value written by T1. Because T1 aborted after T2 committed, the value read by T2 is wrong. Because a transaction cannot be rolled-back after it commits, the schedule is unrecoverable.

  4. Concurrency control - Wikipedia

    en.wikipedia.org/wiki/Concurrency_control

    Consistency - Every transaction must leave the database in a consistent (correct) state, i.e., maintain the predetermined integrity rules of the database (constraints upon and among the database's objects). A transaction must transform a database from one consistent state to another consistent state (however, it is the responsibility of the ...

  5. ACID - Wikipedia

    en.wikipedia.org/wiki/ACID

    Isolation ensures that concurrent execution of transactions leaves the database in the same state that would have been obtained if the transactions were executed sequentially. Isolation is the main goal of concurrency control ; depending on the isolation level used, the effects of an incomplete transaction might not be visible to other ...

  6. Durability (database systems) - Wikipedia

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

    Non-committed transactions, instead, are recoverable, since their operations are logged to non-volatile storage before they effectively modify the state of the database. [8] In this way, the partially executed operations can be undone without affecting the state of the system. After that, those transactions that were incomplete can be redone.

  7. Transaction processing - Wikipedia

    en.wikipedia.org/wiki/Transaction_processing

    Transaction-processing systems ensure database integrity by recording intermediate states of the database as it is modified, then using these records to restore the database to a known state if a transaction cannot be committed.

  8. Two-phase locking - Wikipedia

    en.wikipedia.org/wiki/Two-phase_locking

    In databases and transaction processing, two-phase locking (2PL) is a pessimistic concurrency control method that guarantees conflict-serializability. [1] [2] It is also the name of the resulting set of database transaction schedules (histories).

  9. Online transaction processing - Wikipedia

    en.wikipedia.org/wiki/Online_transaction_processing

    The term "transaction" can have two different meanings, both of which might apply: in the realm of computers or database transactions it denotes an atomic change of state, whereas in the realm of business or finance, the term typically denotes an exchange of economic entities (as used by, e.g., Transaction Processing Performance Council or commercial transactions.