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

adding table size distribution

This commit is contained in:
Jos de Bruijn
2016-09-12 13:29:00 -07:00
committed by GitHub
parent 8df4eb6c08
commit 53f3304728

View File

@ -21,6 +21,17 @@ Sample order processing workload that can be used for benchmarking transactional
- The max bucket_count in SQL Server 2016 is 1 billion. It is OK to have a higher row count. The benchmark performs well with bucket_count of 1 billion and row counts of 5 billion.
- There are plans to publish scripts for initial populate of the tables. Timeline is TBD.
- Scripts are also provided for corresponding disk-based tables and traditional stored procedures, to compare performance between disk-based and memory-optimized tables.
- Data size across the tables is distributed as follows:
|Table|Weight|
|----------|--------|
|Customer|1|
|Orders |5 |
|OrderLines |25 |
|Products |10 |
|PurchaseCriteria |1 |
|Fulfillment|0|
2. Run the stored procedures using the following mix.