mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update README.md
This commit is contained in:
@ -36,8 +36,8 @@ Sample order processing workload that can be used for benchmarking transactional
|
||||
|FulfillOrders |1 |
|
||||
|
||||
The recommendation is to use two different drivers:
|
||||
a. Main order processing driver(s), each multi-threaded (e.g., 100 or 200 clients), and running the procedures GetOrdersByCustomerID, GetProductsByType, GetProductsPriceByPK, ProductSelectionCriteria, and InsertOrder.
|
||||
a. Fulfullment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
|
||||
- a. Main order processing driver(s), each multi-threaded (e.g., 100 or 200 clients), and running the procedures GetOrdersByCustomerID, GetProductsByType, GetProductsPriceByPK, ProductSelectionCriteria, and InsertOrder.
|
||||
- b. Fulfullment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
|
||||
|
||||
## Workload description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user