From 801ae9a65c3ce4450c37966e56fc1918b97a3132 Mon Sep 17 00:00:00 2001 From: Perry Skountrianos Date: Fri, 22 Apr 2016 15:59:14 -0700 Subject: [PATCH] Adding README in the samples folder --- samples/README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/samples/README.md b/samples/README.md index 88807690..097e449d 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,24 +1,11 @@ # 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. 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. - - [In-Memory OLTP (In-Memory Optimization)] (https://msdn.microsoft.com/en-us/library/dn133186.aspx) - - [Quick Start 1: In-Memory OLTP Technologies for Faster Transact-SQL Performance] (https://msdn.microsoft.com/en-us/library/mt694156.aspx) - - [Get started with Columnstore for real time operational analytics] (https://msdn.microsoft.com/en-us/library/dn817827.aspx) - - [Columnstore Indexes Guide] (https://msdn.microsoft.com/en-us/library/gg492088.aspx) +- [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] (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. -Master Data Services (MDS) samples are C# console application samples that demonstrate how to customize the way that you and your users interact with Master Data Services. - -For information about the new features in SQL Server 2016, see [What's New in Master Data Services (MDS)](https://msdn.microsoft.com/en-us/library/ff929136.aspx). -For more information about the MDS API, see [Master Data Services Developer Documentation](https://msdn.microsoft.com/en-us/library/hh230994.aspx). - -## [r-services] (r-services/README.md) +- [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)