-
I would like to execute multiple driver scripts in parallel, such that each user gets a different query set from a pool of query sets. Say i have 5 different query sets that i want to assign to 100 users. Each user will get only one query set, but i would like to vary the % distribution of query set among all users. Can this done with hammerdb? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Anything you want to do is possible in HammerDB. Here is an example contained in the same script. Note that there is also the primary and replica modes https://www.hammerdb.com/docs/ch08.html so you can connect multiple instances of HammerDB to run different workloads as well with all starting and stopping from a single primary.
|
Beta Was this translation helpful? Give feedback.
Anything you want to do is possible in HammerDB. Here is an example contained in the same script.
Note that there is also the primary and replica modes https://www.hammerdb.com/docs/ch08.html so you can connect multiple instances of HammerDB to run different workloads as well with all starting and stopping from a single primary.