• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

Transaction

logical unit of work


must be either entirely completed or aborted


no intermediate states are accepted

ACID

Atomic


Consistency


Isolation


Durability



Atomic

All transaction operations must be completed


incomplete transactions aborted

Consistency

Any transaction will take the database from one consistent state to another

Isolation

Other operations cannot access data that has been modified during a transaction that has not yet completed

Durability

Permanence of consistent database state


Ability to recover the committed transaction updates against any kind of system failure

Concurrency Control

Coordinates simultaneous transaction execution in multiprocessing database

Distributed Database

Multiple independent databases


Connected by a network

CAP

Consistency, Availability, Partition Tolerance

BASE

Basically Available, Soft-state, Eventually consistent