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/wwi-sales-orders/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# IoT Smart Grid
1
+
# Wide World Importers - Sales Orders
2
2
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.
3
3
4
4
@@ -68,7 +68,6 @@ The perf gains from In-Memory OLTP as shown by the load generation app depend on
68
68
- Configuration settings in the load generator
69
69
- more rows per transaction => higher perf gain
70
70
- more reads per write => lower perf gain
71
-
- default setting is 10 rows per transaction and 1 read per write
0 commit comments