From b17e0ba1022cefb8a732dc38668f20759416c2a0 Mon Sep 17 00:00:00 2001 From: Perry Skountrianos Date: Fri, 22 Apr 2016 15:52:32 -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 cf652ce2..ebf13e24 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,6 +1,6 @@ # Sample Categories -## [in-memory] (/in-memory) +## [in-memory] (in-memory/README.md) 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.