1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

minor changes

This commit is contained in:
Jos de Bruijn
2016-05-31 09:06:11 -07:00
parent e3f23b749a
commit 7c71950ec2
3 changed files with 5 additions and 3 deletions

View File

@ -50,7 +50,7 @@ To run this sample, you need the following prerequisites.
This script creates comparable disk-based and memory-optimized tables, as well as corresponding stored procedures, for vehicle location insertion.
It then compares the performance of single-threaded insert of 500,000 row:
It then compares the performance of single-threaded insert of 500,000 rows:
- into a disk-based table
- into a memory-optimized table
- into a memory-optimized table, with rows generated in a natively compiled stored procedure