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:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user