Transaction Processing: Management of the Logical Database and its Underlying Physical Structure (Data-Centric Systems and Applications)
暫譯: 交易處理:邏輯資料庫及其底層物理結構的管理(資料導向系統與應用)

Seppo Sippu, Eljas Soisalon-Soininen

  • 出版商: Springer
  • 出版日期: 2015-02-09
  • 售價: $3,370
  • 貴賓價: 9.5$3,202
  • 語言: 英文
  • 頁數: 392
  • 裝訂: Hardcover
  • ISBN: 3319122916
  • ISBN-13: 9783319122915
  • 相關分類: 資料庫
  • 海外代購書籍(需單獨結帳)

商品描述

Transactions are a concept related to the logical database as seen from the perspective of database application programmers: a transaction is a sequence of database actions that is to be executed as an atomic unit of work. The processing of transactions on databases is a well- established area with many of its foundations having already been laid in the late 1970s and early 1980s.

The unique feature of this textbook is that it bridges the gap between the theory of transactions on the logical database and the implementation of the related actions on the underlying physical database. The authors relate the logical database, which is composed of a dynamically changing set of data items with unique keys, and the underlying physical database with a set of fixed-size data and index pages on disk. Their treatment of transaction processing builds on the “do-redo-undo” recovery paradigm, and all methods and algorithms presented are carefully designed to be compatible with this paradigm as well as with write-ahead logging, steal-and-no-force buffering, and fine-grained concurrency control.

Chapters 1 to 6 address the basics needed to fully appreciate transaction processing on a centralized database system within the context of our transaction model, covering topics like ACID properties, database integrity, buffering, rollbacks, isolation, and the interplay of logical locks and physical latches. Chapters 7 and 8 present advanced features including deadlock-free algorithms for reading, inserting and deleting tuples, while the remaining chapters cover additional advanced topics extending on the preceding foundational chapters, including multi-granular locking, bulk actions, versioning, distributed updates, and write-intensive transactions.

This book is primarily intended as a text for advanced undergraduate or graduate courses on database management in general or transaction processing in particular.

商品描述(中文翻譯)

交易是與邏輯資料庫相關的概念,從資料庫應用程式程式設計師的角度來看:交易是一系列資料庫操作,這些操作將作為一個原子工作單位執行。對資料庫的交易處理是一個成熟的領域,其許多基礎概念已在1970年代末和1980年代初期奠定。

本教科書的獨特之處在於它彌合了邏輯資料庫上交易理論與在底層物理資料庫上實現相關操作之間的差距。作者將由動態變化的唯一鍵資料項組成的邏輯資料庫,與在磁碟上由固定大小的資料和索引頁面組成的底層物理資料庫相聯繫。他們對交易處理的處理基於“執行-重做-撤銷”恢復範式,所有提出的方法和演算法都經過精心設計,以與此範式以及預寫日誌、盜取與無強制緩衝和細粒度併發控制相容。

第1至第6章涵蓋了在我們的交易模型背景下,充分理解集中式資料庫系統上交易處理所需的基本知識,涵蓋主題如ACID屬性、資料庫完整性、緩衝、回滾、隔離,以及邏輯鎖與物理鎖的相互作用。第7和第8章介紹了包括無死鎖演算法的進階特性,用於讀取、插入和刪除元組,而其餘章節則涵蓋了進一步擴展前述基礎章節的其他進階主題,包括多粒度鎖定、大量操作、版本控制、分散式更新和寫入密集型交易。

本書主要作為高級本科或研究生課程的教材,專注於資料庫管理或特別是交易處理。