To make the workload driver a more flexible tool and to allow the design of more sophisticated workloads, it would be good if transaction templates can contain stored procedure calls, such as:
call insertDocument(?)
or
call readOrder(?,?)
Things to consider:
- SPs that return no data vs those that do
- What to do with output parameters
Logged In: YES
user_id=1629221
Originator: YES
Let's test and review carefully before uploading the code changes.