Expert SQL Server Transactions and Locking Concurrency Internals for SQL Server Practitioners / by Dmitri Korotkevitch.

Master SQL Server’s Concurrency Model so you can implement high-throughput systems that deliver transactional consistency to your application customers. This book explains how to troubleshoot and address blocking problems and deadlocks, and write code and design database schemas to minimize concurre...

Full description

Saved in:
Bibliographic Details
Main Author: Korotkevitch, Dmitri (Author)
Corporate Author: SpringerLink (Online service)
Format: eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2018.
Edition:1st ed. 2018.
Series:Springer eBook Collection.
Subjects:
Online Access:Click to view e-book
Holy Cross Note:Loaded electronically.
Electronic access restricted to members of the Holy Cross Community.
Table of Contents:
  • 1. Data Storage and Access Methods
  • 2. Transaction Management and Concurrency Models
  • 3. Lock Types
  • 4. Blocking in the System
  • 5. Deadlocks
  • 6. Optimistic Isolation Levels
  • 7. Lock Escalation
  • 8. Schema and Low-Priority Locks
  • 9. Lock Partitioning.-10. Application Locks
  • 11. Designing Transaction Strategies
  • 12. Troubleshooting Concurrency Issues
  • 13. In-Memory OLTP Concurrency Model
  • 14. Locking in Columnstore Indexes.