SQL Server Internals: In-Memory OLTP



Download free course SQL Server Internals: In-Memory OLTP, pdf file on 201 pages by Kalen Delaney.
The SQL Server 2016 In-Memory OLTP engine (a.k.a. Hekaton) is designed to exploit terabytes of available memory and high numbers of processing cores. It allows us to work with memory-optimized tables and indexes, and natively compiled stored procedures, in addition to the disk-based tables and indexes, and T-SQL stored procedures, that SQL Server has always provided.

Hekaton in-memory data is accessible, transparently, using familiar interfaces such as T-SQL and SSMS, but Hekaton's internal behavior and capabilities are very different than those of the standard relational engine. Everything you knew about how your SQL Server stores and accesses data is different in Hekaton. Everything you understood about how multiple concurrent processes are handled needs to be reconsidered.

In this book, Kalen Delaney explains how the new In-Memory OLTP engine works, how it stores and manipulates data, and how, even with all data stored in memory and no locking or latching, it can still guarantee the ACID properties of all transactions.

Kalen has been working with SQL Server since 1987, specializing in query performance tuning and SQL Server internals. The Hekaton internals knowledge she provides in this book will help you migrate existing tables or databases to Hekaton, and get faster performance from your SQL Server applications than you ever thought possible.

Table of contents

  • What's Special About In-Memory OLTP?
  • Creating and Accessing In-Memory OLTP Databases and Tables 35
  • Row Structure and Multi-Versioning
  • Indexes on Memory-Optimized Tables
  • Transaction Processing
  • Logging, Checkpoint, and Recovery
  • Native Compilation of Tables and Native Modules
  • SQL Server Support and Manageability
Pages : 201
Size : 12.5 MB
File type : PDF
Downloads: 92
Created: 2022-02-03
License: For personal or educational use
Author(s): Kalen Delaney
SQL Server Internals: In-Memory OLTP

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others sql Tutorials

PostgreSQL for Beginners

SQL queries Tutorial

Mastering SQL Queries for SAP Business One

PostgreSQL Shell Commands free PDF

PostgreSQL tutorial for professionals

Others related eBooks about SQL Server Internals: In-Memory OLTP

Introducing Microsoft SQL Server 2016

Download free course Introducing Microsoft SQL Server 2016, pdf file on 215 pages by Stacia Varga, Denny Cherry, Joseph D'Antoni....

PostgreSQL Notes for Professionals

Download free course PostgreSQL Notes for Professionals, pdf file on 73 pages by Stack Overflow Community....

Oracle Advanced PL/SQL Developer Professional Guide

PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's procedural ..., download free PL/SQL tutorial in PDF (440 pages) created by Saurabh K. Gupta ....

SQL Notes for Professionals

Download free course SQL Notes for Professionals, pdf file on 165 pages by Stack Overflow Community....

Learning access-vba PDF course

Download free Access vba tutorial course in PDF, training file in 5 chapters and 207 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

RavenDB in Action

The data you encounter in the real world is usually easier to think of as objects or docum..., download free RavenDB tutorial in PDF (221 pages) created by Itamar Syn-Hershko ....

SQL Server Backup and Restore

Download tutorial about SQL Server Backup and Restore, it's a free PDF version in 381 pages proposed by Red Gate....

Complete Guide to PostgreSQL

Download free PDF tutorial about PostgreSQL , a complete training material course intended for advanced level users .Document under 2810 pages by The PostgreSQL Global Development Group....

Learning SQLite

Download SQLite tutorial in PDF format, document created by StackOverFlow intended to beginners....

Guide to NoSQL with Azure Cosmos DB: Create Scalable and Globally Distributed Web Applications

Cosmos DB is a NoSQL database service included in Azure that is continuously adding new features and has quickly become one of the most innovative services found in Azure, targeting mission-critical applications at a global scale. ...