From 55153c521c3008f6afef506b82f49828a71f9a3d Mon Sep 17 00:00:00 2001 From: Perry Skountrianos Date: Fri, 22 Apr 2016 16:06:14 -0700 Subject: [PATCH] Adding README in the samples folder --- samples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/README.md b/samples/README.md index a1b56542..1221ac58 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,11 +1,14 @@ # Sample Categories __[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. __[master-data-services] (master-data-services/README.md)__ + Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) enables you organization to discover and define non-transactional lists of data, and compile maintainable, reliable master lists. __[r-services] (r-services/README.md)__ + For now, refer to: [https://github.com/Microsoft/SQL-Server-R-Services-Samples] (https://github.com/Microsoft/SQL-Server-R-Services-Samples)