Concurrency Control and Recovery in Database Systems
by P. A. Bernstein, V. Hadzilacos, N. Goodman
Publisher: Addison Wesley 1987
ISBN/ASIN: 0201107155
ISBN-13: 9780201107159
Number of pages: 58
Description:
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. 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.
Download or read it online for free here:
Download link
(3.3MB, PDF)
Similar books
The Theory of Relational Databasesby David Maier - Computer Science Press
The book is intended for a second course in databases and a reference for researchers in the field. The material covered includes relational algebra, functional dependencies, multivalued and join dependencies, normal forms, representation theory...
(20680 views)
Data Modeling Techniques for Data Warehousingby Chuck Ballard, et al. - IBM Redbooks
It covers data modeling techniques for data warehousing, within the context of the overall data warehouse development process. The process of data warehouse modeling, including the steps required before and after the actual modeling, is discussed.
(25215 views)
An Introduction to Data Miningby Saed Sayad - University of Toronto
Data Mining is about explaining the past and predicting the future by means of data analysis. Data mining is a multidisciplinary field which combines statistics, machine learning, artificial intelligence and database technology.
(20784 views)
Database Design - 2nd Editionby Adrienne Watt - BCcampus
The purpose of this text is to provide an open source textbook that covers most introductory database courses. This edition covers database systems and database design concepts. New to this edition are SQL info, additional examples, and exercises.
(10452 views)