Skip to content

Create a write only workload #554

Answered by sm-shaw
mdresch31 asked this question in Q&A
Discussion options

You must be logged in to vote

To not ignore the obvious, the schema build itself is a write-only workload only inserting data into the tables.

Otherwise, HammerDB is fully scripted so you can literally write any workload you want and run exactly the same script in the CLI or GUI.

If you want to modify the current TPROC-C test you will need to save the driver script from the GUI first and load it into the CLI with the customscript command (Note a savescript command has already been added #522 and will be in the next release or available now if building from source). Then to change the transaction mix either change the RandomNumber choice as shown below and/or comment-out the stored procedures you don't want to run, as …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdresch31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants