Skip to content

Commit b3ca798

Browse files
committed
readme for the features folder
1 parent 394897a commit b3ca798

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

samples/features/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Samples for specific SQL Server and Azure SQL features
2+
3+
[In-Memory OLTP](features/in-memory)
4+
5+
In-Memory OLTP can significantly improve performance of transaction processing in SQL Server and Azure SQL Database. It is a memory-optimized database engine integrated into the database 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.
6+
7+
[Master Data Services](features/master-data-services)
8+
9+
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.
10+
11+
[R Services](features/r-services)
12+
13+
SQL Server R Services brings R processing close to the data, allowing more scalable and more efficient predictive analytics.

0 commit comments

Comments
 (0)