Files
sql-server-samples/samples/features/in-memory
Jos de Bruijn 548c6383e2 Create enable-in-memory-oltp.sql
Enable in-memory OLTP in a DB, and configure best practices
2016-05-02 14:00:14 -07:00
..
2016-04-28 19:14:12 -07:00
2016-04-28 19:14:12 -07:00

SQL Server In-memory

In-Memory OLTP can significantly improve OLTP database application performance. It is a memory-optimized database engine integrated into the SQL Server engine, optimized for OLTP. With In-Memory OLTP you can increase the transaction throughput by up to 30 times, depending on the specifics of the workload. The performance gains come from:

  • Tables use memory-optimized data structures and data access methods.
  • Core transaction processing is completely free of locks.
  • Natively compiled modules execute Transact-SQL statements more efficiently.

Read the following resources for more information.