Please use this identifier to cite or link to this item:
http://localhost/handle/Hannan/937
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Korotkevitch, Dmitri. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:23:35Z | - |
dc.date.available | 2020-05-17T08:23:35Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484239575 ; | en_US |
dc.identifier.isbn | 9781484239568 (print) ; | en_US |
dc.identifier.isbn | 9781484239582 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/937 | - |
dc.description | 005.74 ; 23 ; | en_US |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239568. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239582. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Master SQL Serverees 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 Serverees 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 Serverees 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. ; | en_US |
dc.description.statementofresponsibility | by Dmitri Korotkevitch. | en_US |
dc.description.tableofcontents | 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. ; | en_US |
dc.format.extent | XIX, 320 p. 144 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484239568.pdf | en_US |
dc.subject | Database Management | en_US |
dc.subject | Database Management. ; http://scigraph.springernature.com/things/product-market-codes/I18024. ; | en_US |
dc.subject.lcc | QA76.9.D3 ; | en_US |
dc.title | Expert SQL Server Transactions and Locking | en_US |
dc.title.alternative | Concurrency Internals for SQL Server Practitioners / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484239568.pdf | 12.89 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Korotkevitch, Dmitri. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:23:35Z | - |
dc.date.available | 2020-05-17T08:23:35Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484239575 ; | en_US |
dc.identifier.isbn | 9781484239568 (print) ; | en_US |
dc.identifier.isbn | 9781484239582 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/937 | - |
dc.description | 005.74 ; 23 ; | en_US |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239568. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239582. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Master SQL Serverees 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 Serverees 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 Serverees 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. ; | en_US |
dc.description.statementofresponsibility | by Dmitri Korotkevitch. | en_US |
dc.description.tableofcontents | 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. ; | en_US |
dc.format.extent | XIX, 320 p. 144 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484239568.pdf | en_US |
dc.subject | Database Management | en_US |
dc.subject | Database Management. ; http://scigraph.springernature.com/things/product-market-codes/I18024. ; | en_US |
dc.subject.lcc | QA76.9.D3 ; | en_US |
dc.title | Expert SQL Server Transactions and Locking | en_US |
dc.title.alternative | Concurrency Internals for SQL Server Practitioners / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484239568.pdf | 12.89 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Korotkevitch, Dmitri. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:23:35Z | - |
dc.date.available | 2020-05-17T08:23:35Z | - |
dc.date.issued | 2018 | en_US |
dc.identifier.isbn | 9781484239575 ; | en_US |
dc.identifier.isbn | 9781484239568 (print) ; | en_US |
dc.identifier.isbn | 9781484239582 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/937 | - |
dc.description | 005.74 ; 23 ; | en_US |
dc.description | en_US | |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239568. ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | Printed edition: ; 9781484239582. ; | en_US |
dc.description | en_US | |
dc.description.abstract | Master SQL Serverees 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 Serverees 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 Serverees 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. ; | en_US |
dc.description.statementofresponsibility | by Dmitri Korotkevitch. | en_US |
dc.description.tableofcontents | 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. ; | en_US |
dc.format.extent | XIX, 320 p. 144 illus. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484239568.pdf | en_US |
dc.subject | Database Management | en_US |
dc.subject | Database Management. ; http://scigraph.springernature.com/things/product-market-codes/I18024. ; | en_US |
dc.subject.lcc | QA76.9.D3 ; | en_US |
dc.title | Expert SQL Server Transactions and Locking | en_US |
dc.title.alternative | Concurrency Internals for SQL Server Practitioners / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
Appears in Collections: | مدیریت فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484239568.pdf | 12.89 MB | Adobe PDF | Preview File |