Skip to content

Pay load size for each type of transaction in HammerDB #654

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

You must be logged in to vote

It is best to use the test script to see the output from the stored procedures as the timed script by default does not print these out. This will be different from the network packet size which e.g. on SQL Server is 4KB so the actual data returned may not match up to what is transmitted. Note that by using stored procedures we are deliberately limiting the amount of data exchanged between client and server so the load is on the server side. This is explained here https://www.hammerdb.com/blog/uncategorized/why-you-should-benchmark-your-database-using-stored-procedures/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
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