• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Databases ▶ Concurrency Control and Recovery in Database Systems

Concurrency Control and Recovery in Database Systems

March 24, 2006

Concurrency Control and Recovery in Database Systems

This book is about techniques for concurrency control and recovery. It covers techniques for centralized and distributed computer systems, and for single copy, multiversion, and replicated databases. These techniques were developed by researchers and system designers principally interested in transaction processing systems and database systems.

Book Description

Such systems must process a relatively high volume of short transactions for data processing. Example applications include electronic funds transfer, airline reservation, and order processing.The techniques are useful for other types of applications too, such as electronic switching and computer-aided design – indeed any application that requires atomicity and reliability of concurrently executing programs that access shared data.

The book is a blend of conceptual principles and practical details. The principles give a basic understanding of the essence of each problem and why each technique solves it. This understanding is essential for applying the techniques in a commercial setting, since every product and computing environment has its own restrictions and idiosyncrasies that affect the implementation. It is also important for applying the techniques outside the realm of database systems. For those techniques that we consider of most practical value, we explain what’s needed to turn the onceptual principles into a workable database system product. We concentrate on those practical approaches that are most often used in today’s commercial systems.

Table of Contents

  • The Problem
  • Serlallzablllty Theory
  • Two Phase Locking
  • Non-Locking Schedulers
  • Multiversion Concurrency Control
  • Centralized Recovery
  • Distributed Recovery
  • Replicated Data

Download Free PDF / Read Online

Author(s): Philip A. Bernstein, Vassos Hadzilacos and Nathan Goodman
Publisher: Addison Wesley Publishing Company
Format(s): PDF
File size: 22.90 MB
Number of pages: 370
Link: Download.

Similar Books:

  1. Machine Vision
  2. ASN.1 – Communication Between Heterogeneous Systems
  3. Systems Structure and Control
  4. Guide to Constraint Programming
  5. Sensor and Data Fusion
Previous Post: « The Java Tutorial Fourth Edition
Next Post: The Engineering Design Revolution »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com