buchspektrum Internet-Buchhandlung

Neuerscheinungen 2017

Stand: 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 In-Memory OLTP


2. Aufl. 2017. xxi, 304 S. 89 SW-Abb., 62 Farbabb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2017
ISBN: 1-484-22771-9 (1484227719)
Neue ISBN: 978-1-484-22771-8 (9781484227718)

Preis und Lieferzeit: Bitte klicken


Tagline: Revolutionizing OLTP Performance in SQL Server
Take a deep dive into one of the most significant SQL Server features-support for In-Memory Online Transaction Processing. The latest developments are covered, including support of off-row storage, columnstore indexes and operational analytics, changes in programmability and native compilation, and more. This book describes the architecture and internals of the In-Memory OLTP Engine and explains how to develop, deploy, and maintain systems using it. With it you can dramatically increase transaction throughput to handle thousands of transactions per second supporting millions of customers.
Learn the architecture and the internals of In-Memory OLTP in order to recognize when technology can make a difference. Recognize opportunities for In-Memory OLTP in new development and understand how to benefit from it in existing systems. Don´t be without Dmitri Korotkevitch and the deep expertise he imparts in Expert SQL Server In-Memory OLTP, 2nd Edition as you move forward in using SQL Server´s In-Memory OLTP technology.
Dmitri Korotkevitch is the five-star author of Pro SQL Server Internals , and brings the same combination of clear thinking and deep expertise to help you in this second edition. The book:

Explains In-Memory OLTP internals, architecture and programmability, including data storage, indexing, multi-version concurrency control, transaction logging and recovery, and native compilation

Covers SQL Server 2016 technology enhancements, including columnstore indexes and off-row storage
Guides in using In-Memory OLTP in new development and existing systems
What You´ll Learn

Grasp how SQL Server stores and works with data in memory-optimized tables

Properly design and index memory-optimized tables

Plan successful deployments, including the required memory size and I/O configuration

Accelerate T-SQL processing through the creation of natively compiled modules

Monitor and report on the benefits and performance of your In-Memory OLTP solutions

Benefit from the technology in existing systems and in the systems with the mixed workload
Who This Book Is For

Application developers and database administrators who create and manage online transaction processing (OLTP) systems; in particular, those wanting to take advantage of SQL Server´s new offering of in-memory OLTP to dramatically improve performance and throughput of their systems
Introduction

1. Why In-Memory OLTP?

2. In-Memory OLTP Objects

3. Memory-Optimized Tables

4. Hash Indexes

5. Nonclustered Indexes

6. Memory Consumers and Off-Row Storage

7. Columnstore Indexes

8. Transaction Processing in In-Memory OLTP

9. In-Memory OLTP Programmability

10. Data Storage, Checkpoint, and Recovery

11. Garbage Collection

12. Deployment and Management

13. Utilizing In-Memory OLTP

14. Appendix A: Memory Pointer Management

15. Appendix B: Page Splitting and Page Merging in Nonclustered Indexes

16. Appendix C: Analyzing the States of Checkpoint Files

17. Appendix D: In-Memory OLTP Migration Tools