1
0
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:
Jos de Bruijn
2016-09-12 13:08:32 -07:00
committed by GitHub
parent 8cac83f51d
commit 8df4eb6c08

View File

@ -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