1 / 10

Concurrency Control Techniques: Two-Phase Locking, Timestamp Ordering, and Multiversion Control

Explore the various concurrency control techniques such as two-phase locking, timestamp ordering, multiversion control, granularity of data items, and more. Learn how to guarantee serializability, manage deadlock and starvation, and handle concurrency control in indexes. Understand the challenges of insertion, deletion, and phantom records in interactive transactions.

packer
Télécharger la présentation

Concurrency Control Techniques: Two-Phase Locking, Timestamp Ordering, and Multiversion Control

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 18 Concurrency Control Techniques

  2. Two-Phase Locking Techniques for Concurrency Control • Types of Locks and System Lock Tables • Guaranteeing Serializability by Two-Phase Locking • Dealing with Deadlock and Starvation

  3. Concurrency Control Based on Timestamp Ordering • Timestamps • The Timestamp Ordering Algorithm

  4. Multiversion Concurrency Control Techniques • Multiversion Techniques Based on Timestamp Ordering • Multiversion Two-Phase Locking Using Certify Locks

  5. Validation (Optimistic) Concurrency Control Techniques

  6. Granularity of Data Items and Multiple Granularity Locking • Granularity Level Considerations for Locking • Multiple Granularity Level Locking

  7. Using Locks for Concurrency Control in Indexes

  8. Other Concurrency Control Issues • Insertion, Deletion, and Phantom Records • Interactive Transactions • Latches

  9. Summary

More Related