
Expert SQL Server in-Memory OLTP
Dmitri Korotkevitch(Author)
Apress
Published on 18. September 2015
Book
Paperback/Softback
XXI, 248 pages
978-1-4842-1137-3 (ISBN)
Article exhausted; check for reprint
Description
Expert SQL Server In-Memory OLTP
is a deep dive into one of the most significant features of SQL Server 2014 - support for In-Memory Online Transaction Processing. The 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 transactional throughput to handle thousands of transactions per second supporting millions of customers. Dmitri Korotkevitch is the five-star author of
Pro SQL Server Internals
, and now brings his same combination of clear thinking and deep expertise to the question of how to recognize the opportunities and benefit from Microsoft's In-Memory OLTP feature set in SQL Server 2014. Learn the architecture and the internals in order to recognize when In-Memory OLTP can make a difference. Learn useful scenarios for thoughtfully incorporating in-memory support into existing applications. Recognize opportunities for In-Memory OLTP in new development. Don't be without Dmitri Korotkevitch and the deep expertise he imparts in
Expert SQL Server In-Memory OLTP
as you move forward in using SQL Server's new and important In-Memory OLTP feature set.
- Covers In-Memory OLTP internals and architecture, including data storage, indexing, multi-version concurrency control, transaction logging, and recovery
- Illustrates In-Memory OLTP programmability and the process of native compilation
- Guides in using In-Memory OLTP in new development and existing systems.
More details
Edition
1st ed.
Language
English
Place of publication
CA
United States
Publishing group
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Target group
Professional and scholarly
Popular/general
Illustrations
115 s/w Abbildungen
115 Illustrations, black and white; XXI, 248 p. 115 illus.
Dimensions
Height: 23.5 cm
Width: 15.5 cm
Weight
421 gr
ISBN-13
978-1-4842-1137-3 (9781484211373)
DOI
10.1007/978-1-4842-1136-6
Schweitzer Classification
Other editions
New editions

Dmitri Korotkevitch
Expert SQL Server In-Memory OLTP
Book
09/2017
2nd Edition
APress
€58.84
Shipment within 15-20 days
Additional editions

Dmitri Korotkevitch
Expert SQL Server in-Memory OLTP
E-Book
09/2015
APress
€39.58
Available for download
Person
Dmitri Korotkevitch
is Microsoft SQL Server MVP and Microsoft Certified Master (in SQL Server 2008). He brings years of experience working with SQL Server as an Application and Database Developer, Database Administrator, and Database Architect. He specializes in design, development, and performance tuning of OLTP Systems working under heavy load.
Dmitri regularly speaks at various Microsoft and SQL PASS events, and he provides SQL Server training to clients around the world. He blogs at: http://aboutsqlserver.com.
Dmitri regularly speaks at various Microsoft and SQL PASS events, and he provides SQL Server training to clients around the world. He blogs at: http://aboutsqlserver.com.
Content
Introduction
1. Why In-Memory OLTP?
2. In-Memory OLTP Objects
3. Memory-Optimized Tables
4. Hash Indexes
5. Nonclustered Indexes
6. In-Memory OLTP Prgrammability
7. In-Memory OLTP Concurrency Model
8. Data Storage, Logging, and Recovery
9. Garbage Collection
10. Deployment and Management
11. Utilizing In-Memory OLTP
12. Appendix A: Memory Pointer Management
13. Appendix B: Page Splitting and Merging in Nonclustered Indexes
14. Appendix C: Analyzing Checkpoint File Pair State
15. Appendix D: In-Memory OLTP Migration Tools