Skip to content

Commit a7e6a1b

Browse files
committed
minor fixes
1 parent 39f7c70 commit a7e6a1b

File tree

1 file changed

+8
-1
lines changed
  • samples/databases/wide-world-importers/sample-scripts/in-memory-oltp

1 file changed

+8
-1
lines changed

samples/databases/wide-world-importers/sample-scripts/in-memory-oltp/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To run this sample, you need the following prerequisites.
3636

3737
<!-- Examples -->
3838
1. SQL Server 2016 (or higher) or Azure SQL Database.
39-
2. The WideWorldImporters database (Full version).
39+
2. The WideWorldImporters database.
4040

4141
<a name=run-this-sample></a>
4242

@@ -48,7 +48,14 @@ To run this sample, you need the following prerequisites.
4848

4949
## Sample details
5050

51+
This script creates comparable disk-based and memory-optimized tables, as well as corresponding stored procedures, for vehicle location insertion.
5152

53+
It then compares the performance of single-threaded insert of 500,000 row:
54+
- into a disk-based table
55+
- into a memory-optimized table
56+
- into a memory-optimized table, with rows generated in a natively compiled stored procedure
57+
58+
The script outputs the time taken for each
5259

5360
<a name=disclaimers></a>
5461

0 commit comments

Comments
 (0)