This document discusses SQL Server in-memory OLTP. It begins with an introduction to in-memory OLTP and its benefits over disk-based tables. These include eliminating contention, reducing logging, and improving performance. The document then outlines the components of in-memory OLTP, requirements for memory-optimized tables, how queries and transactions are processed, and how to estimate memory needs. It provides information on configuring memory-optimized filegroups and populating data.