Hekaton

This series of posts describes the In-Memory OLTP functionality introduced in SQL Server 2014 and enhanced in SQL Server 2016.

Part 1: Getting Started
Part 2: Table Limitations
Part 3: Querying In-Memory Tables
Part 4: Isolation Levels
Part 5: Native Procedures
Part 6: MVCC Presumptions and Validation
Part 7: Error Handling
Part 8: Internals – Hash Indexes
Part 9: Internals – Range Indexes
Part 10: Internals – Compiled Code
Part 11: Internals – Durability, logging, start-up
Part 12: 2016 Updates