File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
samples/databases/wide-world-importers/sample-scripts/in-memory-oltp Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ To run this sample, you need the following prerequisites.
36
36
37
37
<!-- Examples -->
38
38
1 . SQL Server 2016 (or higher) or Azure SQL Database.
39
- 2 . The WideWorldImporters database (Full version) .
39
+ 2 . The WideWorldImporters database.
40
40
41
41
<a name =run-this-sample ></a >
42
42
@@ -48,7 +48,14 @@ To run this sample, you need the following prerequisites.
48
48
49
49
## Sample details
50
50
51
+ This script creates comparable disk-based and memory-optimized tables, as well as corresponding stored procedures, for vehicle location insertion.
51
52
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
52
59
53
60
<a name =disclaimers ></a >
54
61
You can’t perform that action at this time.
0 commit comments