mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
added explanation of scale factor
This commit is contained in:
@ -31,7 +31,8 @@ Sample order processing workload that can be used for benchmarking transactional
|
||||
|Products |10 |
|
||||
|PurchaseCriteria |1 |
|
||||
|Fulfillment|0|
|
||||
|
||||
|
||||
- The *scale factor* is a number that governs the actual database size for a given run of the workload. The actual row count for a given table is `[scale factor * weight * 10,000]`. For example, with scale factor 5, the Products table has 5 * 10 * 10,000 = 500,000 rows.
|
||||
|
||||
2. Run the stored procedures using the following mix.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user