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
@@ -1,6 +1,6 @@
# WideWorldImporters Sample Database for SQL Server and Azure SQL Database
WideWorldImporters is a sample for SQL Server and Azure SQL Database. It showcases best practices in database design, as well as how to best leverage SQL Server features in a database.
WideWorldImporters is a sample for SQL Server and Azure SQL Database. It showcases database design, as well as how to best leverage SQL Server features in a database.
WideWorldImporters is a wholesale company. Transactions and real-time analytics are performed in the database WideWorldImporters. The database WideWorldImportersDW is an OLAP database, focused on analytics.
@@ -1,6 +1,8 @@
# Wide World Importers Sample for SQL Server and Azure SQL Database
Wide World Importers is a comprehensive database sample that both illustrates best practices in database design, and illustrates how SQL Server features can be leveraged in an application.
Wide World Importers is a comprehensive database sample that both illustrates database design, and illustrates how SQL Server features can be leveraged in an application.
Note that the sample is meant to be representative of a typical database. It does not include every feature of SQL Server. The design of the database follows one common set of standards, but there are many ways one might build a database.
The source code for the sample can be found on the SQL Server Samples GitHub repository:
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers).
@@ -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