Adding README in the samples folder

This commit is contained in:
Perry Skountrianos
2016-04-22 15:52:32 -07:00
parent e7e5cf9679
commit b17e0ba102
+1 -1
View File
@@ -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.