seniorT-SQL
What is In-Memory OLTP (Hekaton) in SQL Server?
Updated May 17, 2026
Short answer
In-Memory OLTP stores tables in memory-optimized structures for high concurrency and low latency.
Deep explanation
Hekaton uses latch-free data structures, optimistic concurrency, and versioning instead of locks. Data is stored in memory-optimized tables with durable or non-durable modes. It uses checkpoint files and delta files for persistence. It is ideal for high-throughput OLTP workloads.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro