You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/in-memory/ticket-reservations/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
-
# In-Memory OLTP Performance Improvement Sample
1
+
# In-Memory OLTP Performance Improvement Sample
2
2
3
3
This Windows Forms sample application built on .NET Framework 4.6 demonstrates the performance benefits of using SQL Server memory optimized tables and native compiled stored procedures. You can compare the performance before and after enabling In-Memory OLTP by observing the transactions/sec as well as the current CPU Usage and latches/sec.
4
4
5
+
6
+
<aname=about-this-sample></a>
7
+
8
+
## About this sample
9
+
10
+
<!-- Delete the ones that don't apply -->
11
+
1.**Applies to:** SQL Server 2014 (or higher), Azure SQL Database
Copy file name to clipboardExpand all lines: samples/features/in-memory/ticket-reservations/TicketReservations/dbo/Stored Procedures/BatchInsertReservations.sql
0 commit comments