Skip to content

virtual user 1 stuck in loading item #553

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

You must be logged in to vote

So the key bottleneck here is the network round trip between the client and the server whilst doing the load, so yes if this network round trip is not particularly fast then the load can and will take a long time.

By default, the HammerDB schema creation and load has been designed to be as easy as possible, so you start the schema build running, and it will create and load the data dynamically without intermediate files. It does this by calling standard 'insert' calls. For the larger tables mySQL uses multi-row inserts, for the item table because it is smaller and usually finishes much faster we insert a row at a time - so as you see the item load taking longer, then we know the issue is …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@parisstc
Comment options

Answer selected by parisstc
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