1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/in-memory
ShiyangQiu 216830ffba Change of In-Memory Demo
1. t-sql-scripts\enable-in-memory-oltp.sql is appled to sql 2016 or
higher
2. modify the sql script name in readme of ticket-reservations
3. add the table type control for Demo_Reset stored proc.
2016-09-08 12:04:14 +08:00
..
2016-06-14 09:19:51 -07:00
2016-09-08 12:04:14 +08: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.