Neuerscheinungen 2019Stand: 2020-02-01 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
Dmitri Korotkevitch
Expert SQL Server Transactions and Locking
Concurrency Internals for SQL Server Practitioners
1st ed. 2019. xix, 320 S. 144 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2019
ISBN: 1-484-23956-3 (1484239563)
Neue ISBN: 978-1-484-23956-8 (9781484239568)
Preis und Lieferzeit: Bitte klicken
Tagline: Building high-throughput systems with transactional consistency
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 concurrency issues in the systems you develop.
SQL Server´s Concurrency Model is one of the least understood parts of the SQL Server Database Engine. Almost every SQL Server system experiences hard-to-explain concurrency and blocking issues, and it can be extremely confusing to solve those issues without a base of knowledge in the internals of the Engine. While confusing from the outside, the SQL Server Concurrency Model is based on several well-defined principles that are covered in this book.
Understanding the internals surrounding SQL Server´s Concurrency Model helps you build high-throughput systems in multi-user environments. This book guides you through the Concurrency Model and elaborates how SQL Server supports transactional consistency in the databases. The book covers all versions of SQL Server, including Microsoft Azure SQL Database, and it includes coverage of new technologies such as In-Memory OLTP and Columnstore Indexes.
What You´ll Learn
Know how transaction isolation levels affect locking behavior and concurrency
Troubleshoot and address blocking issues and deadlocks
Provide required data consistency while minimizing concurrency issues
Design efficient transaction strategies that lead to scalable code
Reduce concurrency problems through good schema design
Understand concurrency models for In-Memory OLTP and Columnstore Indexes
Reduce blocking during index maintenance, batch data load, and similar tasks
Who This Book Is For
SQL Server developers, database administrators, and application architects who are developing highly-concurrent applications. The book is for anyone interested in the technical aspects of creating and troubleshooting high-throughput systems that respond swiftly to user requests.
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