Expert SQL Server In-Memory OLTP
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




1122190015
Expert SQL Server In-Memory OLTP
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




54.99 In Stock
Expert SQL Server In-Memory OLTP

Expert SQL Server In-Memory OLTP

by Dmitri Korotkevitch
Expert SQL Server In-Memory OLTP

Expert SQL Server In-Memory OLTP

by Dmitri Korotkevitch

Paperback(2nd ed.)

$54.99 
  • SHIP THIS ITEM
    In stock. Ships in 1-2 days.
    Not Eligible for Free Shipping
  • PICK UP IN STORE

    Your local store may have stock of this item.

Related collections and offers


Overview

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





Product Details

ISBN-13: 9781484227718
Publisher: Apress
Publication date: 09/04/2017
Edition description: 2nd ed.
Pages: 304
Product dimensions: 6.10(w) x 9.25(h) x (d)

About the Author

Dmitri Korotkevitch is a Microsoft Data Platform MVP and Microsoft Certified Master (SQL Server 2008) with more than 20 years of IT experience, including years of experience working with Microsoft SQL Server as an Application and Database Developer, Database Administrator, and Database Architect. He specializes in the design, development, and performance tuning of complex OLTP systems that handle thousands of transactions per second around the clock. Dmitri regularly speaks at various Microsoft and SQL PASS events, and he provides SQL Server training to clients around the world.

Table of Contents

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

From the B&N Reads Blog

Customer Reviews