1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
This commit is contained in:
Jos de Bruijn
2016-09-13 15:40:18 -07:00
committed by GitHub
parent d6d4fabea0
commit 2ffc1eb29a

View File

@ -48,7 +48,7 @@ Sample order processing workload that can be used for benchmarking transactional
The recommendation is to use two different drivers: 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. 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. - b. Fulfillment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts.
## Workload description ## Workload description