Skip to content

Commit d6d4fab

Browse files
committed
WWI Customer Orders initial commit
1 parent df860f8 commit d6d4fab

File tree

1 file changed

+1
-2
lines changed
  • samples/features/in-memory/wwi-sales-orders

1 file changed

+1
-2
lines changed

samples/features/in-memory/wwi-sales-orders/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IoT Smart Grid
1+
# Wide World Importers - Sales Orders
22
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.
33

44

@@ -68,7 +68,6 @@ The perf gains from In-Memory OLTP as shown by the load generation app depend on
6868
- Configuration settings in the load generator
6969
- more rows per transaction => higher perf gain
7070
- more reads per write => lower perf gain
71-
- default setting is 10 rows per transaction and 1 read per write
7271

7372
## Sample details
7473

0 commit comments

Comments
 (0)