From e7e5cf9679236a172c4c572feb428804e4e9e7d9 Mon Sep 17 00:00:00 2001 From: Perry Skountrianos Date: Fri, 22 Apr 2016 15:47:39 -0700 Subject: [PATCH] Adding README in the samples folder --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index c316e267..cf652ce2 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,6 +1,6 @@ # Sample Categories -## in-memory +## [in-memory] (/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.