Skip to content

Commit 603dd9f

Browse files
authored
added explanation of scale factor
1 parent 8b258f6 commit 603dd9f

File tree

1 file changed

+2
-1
lines changed
  • samples/features/in-memory/benchmark-order-processing

1 file changed

+2
-1
lines changed

samples/features/in-memory/benchmark-order-processing/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Sample order processing workload that can be used for benchmarking transactional
3131
|Products |10 |
3232
|PurchaseCriteria |1 |
3333
|Fulfillment|0|
34-
34+
35+
- 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.
3536

3637
2. Run the stored procedures using the following mix.
3738

0 commit comments

Comments
 (0)